Searched refs:BitmapIdentifier (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DPhotoManager.java184 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,
412 private static Bitmap getCachedPhoto(BitmapIdentifier bitmapKey) {
534 protected static void cacheBitmap(final BitmapIdentifier bitmapKey, final Bitmap bitmap) {
825 public static final class BitmapIdentifier { class in class:PhotoManager
834 public static BitmapIdentifier getBitmapKe
849 public BitmapIdentifier(Object key, int w, int h) { method in class:PhotoManager.BitmapIdentifier
[all...]

Completed in 34 milliseconds