Home
last modified time | relevance | path

Searched defs:ShortcutKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutKey.java15 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 DModelDelegate.java76 public void loadItems(UserManagerState ums, Map<ShortcutKey, ShortcutInfo> pinnedShortcuts) { } in loadItems()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DQuickstepModelDelegate.java116 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 DBubbleDataRepository.kt191 data class ShortcutKey(val userId: Int, val pkg: String) dataClass