Home
last modified time | relevance | path

Searched defs:getShortcutIcon (Results 1 – 3 of 3) 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
233 public <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() method in IconCache
238 private synchronized <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() method in IconCache
/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