Searched refs:BitmapIdentifier (Results 1 – 1 of 1) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/ |
D | PhotoManager.java | 184 private static final LruCache<BitmapIdentifier, Bitmap> sBitmapCache; 214 sBitmapCache = new LruCache<BitmapIdentifier, Bitmap>(bitmapCacheSize) { 215 @Override protected int sizeOf(BitmapIdentifier key, Bitmap value) { 220 boolean evicted, BitmapIdentifier key, Bitmap oldValue, Bitmap newValue) { 374 final BitmapIdentifier replacementBitmapKey = new BitmapIdentifier(replacementKey, in loadCachedPhoto() 412 private static Bitmap getCachedPhoto(BitmapIdentifier bitmapKey) { in getCachedPhoto() 534 protected static void cacheBitmap(final BitmapIdentifier bitmapKey, final Bitmap bitmap) { in cacheBitmap() 825 public static final class BitmapIdentifier { class in PhotoManager 834 public static BitmapIdentifier getBitmapKey(PhotoIdentifier id, ImageCanvas view, in getBitmapKey() 846 return new BitmapIdentifier(id.getKey(), width, height); in getBitmapKey() [all …]
|