Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java282 info.bitmap = bitmapInfo.withBadgeInfo(getShortcutInfoBadge(si)); in getShortcutIcon()
288 public BitmapInfo getShortcutInfoBadge(ShortcutInfo shortcutInfo) { in getShortcutInfoBadge() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java625 badge = appState.getIconCache().getShortcutInfoBadge(si) in getFullDrawable()