Home
last modified time | relevance | path

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

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