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

  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 117 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
558 Bitmap tempBitmap = mCachedShortcutPreviewBitmap.get();
564 mCachedShortcutPreviewBitmap.set(tempBitmap);
AppsCustomizePagedView.java 231 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 115 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
602 Bitmap tempBitmap = mCachedShortcutPreviewBitmap.get();
608 mCachedShortcutPreviewBitmap.set(tempBitmap);
AppsCustomizePagedView.java 229 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache();
    [all...]

Completed in 670 milliseconds