Searched defs:BitmapCache (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DBitmapCache.java29 public class BitmapCache { class
30 private static final String LOGTAG = "BitmapCache";
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> { class in inherits:SoftReferenceThreadLocal
119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
/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

Completed in 146 milliseconds