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.java239 BitmapInfo badgeInfo = getShortcutInfoBadge(si); in getShortcutIcon()
249 public BitmapInfo getShortcutInfoBadge(ShortcutInfo shortcutInfo) { in getShortcutInfoBadge() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java731 .getIconCache().getShortcutInfoBadge(si).icon; in getBadge()