Home
last modified time | relevance | path

Searched defs:fromKeyboard (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepAccessibilityDelegate.java46 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java63 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction()
H A DLauncherAccessibilityDelegate.java212 boolean fromKeyboard) { in performAction()
436 private boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag()