Home
last modified time | relevance | path

Searched refs:mCachedShortcutPreviewBitmap (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWidgetPreviewLoader.java119 private BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache(); field in WidgetPreviewLoader
621 Bitmap tempBitmap = mCachedShortcutPreviewBitmap.get(); in generateShortcutPreview()
627 mCachedShortcutPreviewBitmap.set(tempBitmap); in generateShortcutPreview()
DAppsCustomizePagedView.java234 BitmapCache mCachedShortcutPreviewBitmap = new BitmapCache(); field in AppsCustomizePagedView