Home
last modified time | relevance | path

Searched refs:fromKeyboard (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAccessibilityDelegate.java108 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument
117 return super.performAction(host, item, action, fromKeyboard); in performAction()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java91 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument
142 protected boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag() argument
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DBaseAccessibilityDelegate.java120 View host, ItemInfo item, int action, boolean fromKeyboard); in performAction() argument
161 protected abstract boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard); in beginAccessibleDrag() argument
DLauncherAccessibilityDelegate.java179 boolean fromKeyboard) { in performAction() argument
197 return beginAccessibleDrag(itemView, item, fromKeyboard); in performAction()
341 protected boolean beginAccessibleDrag(View item, ItemInfo info, boolean fromKeyboard) { in beginAccessibleDrag() argument
364 options.isKeyboardDrag = fromKeyboard; in beginAccessibleDrag()
367 if (fromKeyboard) { in beginAccessibleDrag()
DShortcutMenuAccessibilityDelegate.java52 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument