Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java108 private final SparseArray<BitmapInfo> mWidgetCategoryBitmapInfos; field in IconCache
123 mWidgetCategoryBitmapInfos = new SparseArray<>(); in IconCache()
572 final BitmapInfo cachedBitmap = mWidgetCategoryBitmapInfos.get(infoInOut.widgetCategory); in getTitleAndIconForApp()
582 mWidgetCategoryBitmapInfos.put(infoInOut.widgetCategory, tempBitmap); in getTitleAndIconForApp()