BitmapDrawable.HasMipMap
mipMapTrue if the bitmap should use mipmaps, false otherwise.
Enables or disables the mipmap hint for this drawable's bitmap. See Android.Graphics.Bitmap.HasMipMap for more information. If the bitmap is null calling this method has no effect.
[Android Documentation]