Searched refs:fromKeyboard (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
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()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 210 boolean fromKeyboard) { in performAction() argument 220 return beginAccessibleDrag(host, item, fromKeyboard); in performAction() 421 private boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag() argument 442 options.isKeyboardDrag = fromKeyboard; in beginAccessibleDrag() 445 if (fromKeyboard) { in beginAccessibleDrag()
|
D | ShortcutMenuAccessibilityDelegate.java | 63 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument
|