Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/icons/
DIconCacheTest.java129 return MODEL_EXECUTOR.submit(() -> mIconCache.getShortcutInfoBadgeItem(info)).get(); in getBadgingInfo()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java289 return getShortcutInfoBadgeItem(shortcutInfo).bitmap; in getShortcutInfoBadge()
293 protected ItemInfoWithIcon getShortcutInfoBadgeItem(ShortcutInfo shortcutInfo) { in getShortcutInfoBadgeItem() method in IconCache