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

  /frameworks/base/core/java/android/widget/
RemoteViews.java 105 private BitmapCache mBitmapCache;
214 public void setBitmapCache(BitmapCache bitmapCache) {
276 mBitmapCache = new BitmapCache();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 253 BitmapCache;
332 BitmapCache cached_bitmaps_;
tab_renderer_gtk.cc 279 for (BitmapCache::iterator it = cached_bitmaps_.begin();
561 for (BitmapCache::iterator it = cached_bitmaps_.begin();
770 BitmapCache::iterator it = cached_bitmaps_.find(std::make_pair(mask,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 82 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
115 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
AppsCustomizePagedView.java 231 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 131 private BitmapCache mCache;
571 mCache = new BitmapCache(3);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 277 class BitmapCache extends WeakReferenceThreadLocal<Bitmap> {

Completed in 376 milliseconds