setMipMap

open fun setMipMap(mipMap: Boolean)(source)

Enables or disables the mipmap hint for this drawable's bitmap. See setHasMipMap for more information. If the bitmap is null, or the current API version does not support setting a mipmap hint, calling this method has no effect.

Parameters

mipMap

True if the bitmap should use mipmaps, false otherwise.

See also