Searched refs:fromKeyboard (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepAccessibilityDelegate.java | 46 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 D | LauncherAccessibilityDelegate.java | 212 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 D | ShortcutMenuAccessibilityDelegate.java | 63 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument
|