Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java65 public static final int DEEP_SHORTCUTS = R.id.action_deep_shortcuts; field in LauncherAccessibilityDelegate
104 mActions.put(DEEP_SHORTCUTS, new AccessibilityAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
106 mActions.put(SHORTCUTS_AND_NOTIFICATIONS, new AccessibilityAction(DEEP_SHORTCUTS, in LauncherAccessibilityDelegate()
132 ? SHORTCUTS_AND_NOTIFICATIONS : DEEP_SHORTCUTS)); in addSupportedActions()
280 } else if (action == DEEP_SHORTCUTS) { in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2629 LauncherAccessibilityDelegate.DEEP_SHORTCUTS)) { in onKeyShortcut()