Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java72 public static final int DEEP_SHORTCUTS = R.id.action_deep_shortcuts; field in LauncherAccessibilityDelegate
111 mActions.put(DEEP_SHORTCUTS, new LauncherAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
113 mActions.put(SHORTCUTS_AND_NOTIFICATIONS, new LauncherAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
142 ? SHORTCUTS_AND_NOTIFICATIONS : DEEP_SHORTCUTS)); in getSupportedActions()
273 } else if (action == DEEP_SHORTCUTS || action == SHORTCUTS_AND_NOTIFICATIONS) { in performAction()