Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DIconCache.java218 public void getShortcutIcon(ItemInfoWithIcon info, ShortcutInfo si) { in getShortcutIcon() method in IconCache
219 getShortcutIcon(info, si, true, mIsUsingFallbackOrNonDefaultIconCheck); in getShortcutIcon()
226 getShortcutIcon(info, si, false, mIsUsingFallbackOrNonDefaultIconCheck); in getUnbadgedShortcutIcon()
233 public <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() method in IconCache
235 getShortcutIcon(info, si, true /* use badged */, fallbackIconCheck); in getShortcutIcon()
238 private synchronized <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() method in IconCache
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DUserLockStateChangedTask.java89 app.getIconCache().getShortcutIcon(si, shortcut); in execute()
H A DShortcutsChangedTask.java101 app.getIconCache().getShortcutIcon(workspaceItemInfo, fullDetails); in execute()
H A DItemInstallQueue.java308 .getShortcutIcon(itemInfo, shortcutInfo); in getItemInfo()
H A DLoaderTask.java581 mIconCache.getShortcutIcon(info, pinnedShortcut, c::loadIcon); in loadWorkspace()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java76 app.getIconCache().getShortcutIcon(itemInfo, si); in execute()
H A DQuickstepModelDelegate.java474 mAppState.getIconCache().getShortcutIcon(wii, si); in createInfo()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt85 `when`(launcherApps.getShortcutIcon(shortcut)).thenReturn(shortcutIc)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt255 ic = launcherApps.getShortcutIcon(shortcut)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt57 messagingStyle.shortcutIcon = launcherApps.getShortcutIcon(shortcutInfo)
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java603 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1423 public Icon getShortcutIcon(@NonNull ShortcutInfo shortcut) { in getShortcutIcon() method in LauncherApps
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java7877 public Icon getShortcutIcon() { in getShortcutIcon() method in Notification.Builder.MessagingStyle