Home
last modified time | relevance | path

Searched refs:DEEP_SHORTCUTS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java18 import static com.android.launcher3.accessibility.LauncherAccessibilityDelegate.DEEP_SHORTCUTS;
62 mActions.put(DEEP_SHORTCUTS, new LauncherAction(DEEP_SHORTCUTS, in TaskbarShortcutMenuAccessibilityDelegate()
75 out.add(mActions.get(DEEP_SHORTCUTS)); in getSupportedActions()
115 } else if (action == DEEP_SHORTCUTS) { in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java82 public static final int DEEP_SHORTCUTS = R.id.action_deep_shortcuts; field in LauncherAccessibilityDelegate
103 mActions.put(DEEP_SHORTCUTS, new LauncherAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
112 out.add(mActions.get(DEEP_SHORTCUTS)); in getSupportedActions()
198 } else if (action == DEEP_SHORTCUTS) { in performAction()