Class Summary |
BitmapPoolAdapter |
An BitmapPool implementation that rejects all
Bitmap s added to it and always returns null from get. |
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() . |