Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java263 public void getShortcutIcon(ItemInfoWithIcon info, ShortcutInfo si) { in getShortcutIcon() method in IconCache
264 getShortcutIcon(info, si, mIsUsingFallbackOrNonDefaultIconCheck); in getShortcutIcon()
271 public <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() method in IconCache
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java124 cache.getShortcutIcon(si, shortcut); in createUpdateRunnable()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DUserLockStateChangedTask.java95 app.getIconCache().getShortcutIcon(si, shortcut); in execute()
DShortcutsChangedTask.java115 app.getIconCache().getShortcutIcon(workspaceItemInfo, fullDetails); in execute()
DItemInstallQueue.java319 .getShortcutIcon(itemInfo, shortcutInfo); in getItemInfo()
DWorkspaceItemProcessor.kt280 iconCache.getShortcutIcon(info, pinnedShortcut, c::loadIcon) in processAppOrDeepShortcut()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionUpdateTask.java86 app.getIconCache().getShortcutIcon(itemInfo, si); in execute()
DQuickstepModelDelegate.java589 mAppState.getIconCache().getShortcutIcon(wii, si); in createInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java624 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemProcessorTest.kt130 whenever(iconCache.getShortcutIcon(any(), any(), any())).then {} in setup()