Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java55 protected static final int ADD_TO_WORKSPACE = R.id.action_add_to_workspace; field in LauncherAccessibilityDelegate
88 mActions.put(ADD_TO_WORKSPACE, new AccessibilityAction(ADD_TO_WORKSPACE, in LauncherAccessibilityDelegate()
143 info.addAction(mActions.get(ADD_TO_WORKSPACE)); in addSupportedActions()
168 } else if (action == ADD_TO_WORKSPACE) { in performAction()
DShortcutMenuAccessibilityDelegate.java53 info.addAction(mActions.get(ADD_TO_WORKSPACE)); in addSupportedActions()
63 if (action == ADD_TO_WORKSPACE) { in performAction()