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

  /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...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 98 private BitmapCache mBitmapCache;
203 public void setBitmapCache(BitmapCache bitmapCache) {
693 private static class BitmapCache {
696 public BitmapCache() {
700 public BitmapCache(Parcel source) {
738 public void assimilate(BitmapCache bitmapCache) {
739 ArrayList<Bitmap> bitmapsToBeAdded = bitmapCache.mBitmaps;
793 public void setBitmapCache(BitmapCache bitmapCache)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 131 private BitmapCache mCache;
571 mCache = new BitmapCache(3);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 218 class BitmapCache extends WeakReferenceThreadLocal<Bitmap> {
317 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]

Completed in 60 milliseconds