Searched defs:ShortcutKey (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
H A D | ShortcutKey.java | 15 public class ShortcutKey extends ComponentKey { class 20 public ShortcutKey(String packageName, UserHandle user, String id) { in ShortcutKey() method in ShortcutKey 25 public ShortcutKey(ComponentName componentName, UserHandle user) { in ShortcutKey() method in ShortcutKey
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | ModelDelegate.java | 76 public void loadItems(UserManagerState ums, Map<ShortcutKey, ShortcutInfo> pinnedShortcuts) { } in loadItems()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | QuickstepModelDelegate.java | 116 public void loadItems(UserManagerState ums, Map<ShortcutKey, ShortcutInfo> pinnedShortcuts) { in loadItems() 438 Map<ShortcutKey, ShortcutInfo> pinnedShortcuts, int maxCount) { in WorkspaceItemFactory()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataRepository.kt | 191 data class ShortcutKey(val userId: Int, val pkg: String) dataClass
|