public class BitmapCache extends android.util.LruCache<CacheKey,android.graphics.Bitmap>
| 构造器和说明 |
|---|
BitmapCache(android.content.Context context,
int maxSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected android.graphics.Bitmap |
create(CacheKey key) |
protected void |
entryRemoved(boolean evicted,
CacheKey key,
android.graphics.Bitmap oldValue,
android.graphics.Bitmap newValue) |