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

/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java131 private BitmapCache mCache;
571 mCache = new BitmapCache(3);
1193 class BitmapCache implements ImageViewTouchBase.Recycler { class in inherits:ImageViewTouchBase.Recycler
1208 public BitmapCache(int size) { method in class:BitmapCache
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java218 class BitmapCache extends WeakReferenceThreadLocal<Bitmap> { class in inherits:WeakReferenceThreadLocal
317 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();

Completed in 64 milliseconds