/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | IconCache.java | 218 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 D | UserLockStateChangedTask.java | 89 app.getIconCache().getShortcutIcon(si, shortcut); in execute()
|
H A D | ShortcutsChangedTask.java | 101 app.getIconCache().getShortcutIcon(workspaceItemInfo, fullDetails); in execute()
|
H A D | ItemInstallQueue.java | 308 .getShortcutIcon(itemInfo, shortcutInfo); in getItemInfo()
|
H A D | LoaderTask.java | 581 mIconCache.getShortcutIcon(info, pinnedShortcut, c::loadIcon); in loadWorkspace()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | PredictionUpdateTask.java | 76 app.getIconCache().getShortcutIcon(itemInfo, si); in execute()
|
H A D | QuickstepModelDelegate.java | 474 mAppState.getIconCache().getShortcutIcon(wii, si); in createInfo()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManagerTest.kt | 85 `when`(launcherApps.getShortcutIcon(shortcut)).thenReturn(shortcutIc)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 255 ic = launcherApps.getShortcutIcon(shortcut)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ConversationNotifications.kt | 57 messagingStyle.shortcutIcon = launcherApps.getShortcutIcon(shortcutInfo)
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | LauncherModel.java | 603 mApp.getIconCache().getShortcutIcon(si, info); in updateAndBindWorkspaceItem()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LauncherApps.java | 1423 public Icon getShortcutIcon(@NonNull ShortcutInfo shortcut) { in getShortcutIcon() method in LauncherApps
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 7877 public Icon getShortcutIcon() { in getShortcutIcon() method in Notification.Builder.MessagingStyle
|