HomeSort by relevance Sort by last modified time
    Searched defs:BitmapCache (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/
BitmapCache.java 19 public interface BitmapCache extends PooledCache<RequestKey, ReusableBitmap> {
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
ImageLoader.java 35 private static final BitmapCache CACHE = new BitmapCache(
90 private static class BitmapCache extends LruCache<Long, Bitmap> {
91 BitmapCache(int maxSize) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 29 public class BitmapCache {
30 private static final String LOGTAG = "BitmapCache";
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 85 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 93 private static class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
122 private final BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 106 private BitmapCache mBitmapCache;
257 public void setBitmapCache(BitmapCache bitmapCache) {
319 mBitmapCache = new BitmapCache();
    [all...]

Completed in 141 milliseconds