Home
last modified time | relevance | path

Searched refs:ofShortcutKeys (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java59 public static Predicate<ItemInfo> ofShortcutKeys(Set<ShortcutKey> keys) { in ofShortcutKeys() method in ItemInfoMatcher
/packages/apps/Launcher3/src/com/android/launcher3/model/
DUserLockStateChangedTask.java106 ItemInfoMatcher.ofShortcutKeys(removedKeys), in execute()
DShortcutsChangedTask.java122 taskController.deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys( in execute()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java351 .ofShortcutKeys(Collections.singleton(ShortcutKey in maybeCreateAlertDialogForShortcut()