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

  /packages/apps/UnifiedEmail/src/com/android/bitmap/
BitmapCache.java 19 public interface BitmapCache extends PooledCache<DecodeTask.Request, ReusableBitmap> {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 29 public class BitmapCache {
30 private static final String LOGTAG = "BitmapCache";
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 253 BitmapCache;
332 BitmapCache cached_bitmaps_;
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 83 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
117 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 280 class BitmapCache extends WeakReferenceThreadLocal<Bitmap> {
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 82 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
115 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
  /frameworks/base/core/java/android/widget/
RemoteViews.java 107 private BitmapCache mBitmapCache;
258 public void setBitmapCache(BitmapCache bitmapCache) {
320 mBitmapCache = new BitmapCache();
    [all...]

Completed in 136 milliseconds