Searched defs:fromKeyboard (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarShortcutMenuAccessibilityDelegate.java | 82 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() 124 protected boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag()
|
/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()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | ShortcutMenuAccessibilityDelegate.java | 53 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction()
|
D | BaseAccessibilityDelegate.java | 120 View host, ItemInfo item, int action, boolean fromKeyboard); in performAction() 161 protected abstract boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard); in beginAccessibleDrag()
|
D | LauncherAccessibilityDelegate.java | 165 boolean fromKeyboard) { in performAction() 311 protected boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag()
|