Searched refs:fromKeyboard (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAccessibilityDelegate.java | 108 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/ |
D | TaskbarShortcutMenuAccessibilityDelegate.java | 91 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/ |
D | BaseAccessibilityDelegate.java | 120 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
|
D | LauncherAccessibilityDelegate.java | 179 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()
|
D | ShortcutMenuAccessibilityDelegate.java | 52 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() argument
|