Home
last modified time | relevance | path

Searched refs: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() argument
55 return super.performAction(host, item, action, fromKeyboard); in performAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java212 boolean fromKeyboard) { in performAction() argument
222 return beginAccessibleDrag(host, item, fromKeyboard); in performAction()
436 private boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag() argument
457 options.isKeyboardDrag = fromKeyboard; in beginAccessibleDrag()
460 if (fromKeyboard) { in beginAccessibleDrag()
H A DShortcutMenuAccessibilityDelegate.java63 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument