BitmapDrawableResource
A com.bumptech.glide.load.engine.Resource that wraps an
This class ensures that every call to get} always returns a new to avoid rendering issues if used in multiple views and is also responsible for returning the underlying android.graphics.Bitmap to the given com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool when the resource is recycled.
Constructors
Link copied to clipboard
open fun BitmapDrawableResource(drawable: BitmapDrawable, bitmapPool: BitmapPool)
Content copied to clipboard