Interface | Description |
---|---|
BitmapPool |
An interface for a pool that allows users to reuse
Bitmap objects. |
Class | Description |
---|---|
BitmapPoolAdapter | |
LruBitmapPool |
An
BitmapPool implementation that uses an
LruPoolStrategy to bucket Bitmap s and then uses an LRU
eviction policy to evict Bitmap s from the least recently used bucket in order to keep
the pool below a given maximum size limit. |
SizeConfigStrategy |
Keys
Bitmaps using both Bitmap.getAllocationByteCount() and
the Bitmap.Config returned from Bitmap.getConfig() . |