Package com.bumptech.glide.load.engine.bitmap_recycle

Types

Link copied to clipboard
interface ArrayPool
Interface for an array pool that pools arrays of different types.
Link copied to clipboard
interface BitmapPool
An interface for a pool that allows users to reuse android.graphics.
Link copied to clipboard
open class BitmapPoolAdapter : BitmapPool
An BitmapPool implementation that rejects all Bitmaps added to it and always returns null from get.
Link copied to clipboard
class ByteArrayAdapter : ArrayAdapterInterface<T>
Adapter for handling primitive byte arrays.
Link copied to clipboard
class IntegerArrayAdapter : ArrayAdapterInterface<T>
Adapter for handling primitive int arrays.
Link copied to clipboard
class LruArrayPool : ArrayPool
A fixed size Array Pool that evicts arrays using an LRU strategy to keep the pool under the maximum byte size.
Link copied to clipboard
open class LruBitmapPool : BitmapPool
An com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool implementation that uses an com.bumptech.glide.load.engine.bitmap_recycle.LruPoolStrategy to bucket Bitmaps and then uses an LRU eviction policy to evict android.graphics.
Link copied to clipboard
open class SizeConfigStrategy : LruPoolStrategy
Keys Bitmaps using both getAllocationByteCount and the android.graphics.Bitmap.