hasMipMap

open fun hasMipMap(): Boolean(source)

Indicates whether the mipmap hint is enabled on this drawable's bitmap.

Return

True if the mipmap hint is set, false otherwise. If the bitmap is null, this method always returns false.

See also