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

  /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 82 class BitmapCache extends SoftReferenceThreadLocal<Bitmap> {
115 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 277 class BitmapCache extends WeakReferenceThreadLocal<Bitmap> {
  /frameworks/base/core/java/android/widget/
RemoteViews.java 105 private BitmapCache mBitmapCache;
214 public void setBitmapCache(BitmapCache bitmapCache) {
276 mBitmapCache = new BitmapCache();
    [all...]

Completed in 2506 milliseconds