Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java73 public static final int SHORTCUTS_AND_NOTIFICATIONS = R.id.action_shortcuts_and_notifications; field 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()