Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java579 final BitmapInfo tempBitmap = li.createBadgedIconBitmap( in getTitleAndIconForApp() local
582 mWidgetCategoryBitmapInfos.put(infoInOut.widgetCategory, tempBitmap); in getTitleAndIconForApp()
583 infoInOut.bitmap = getBadgedIcon(tempBitmap, infoInOut.user); in getTitleAndIconForApp()