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/
DShortcutMenuAccessibilityDelegate.java54 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()
64 if (action == ADD_TO_WORKSPACE) { in performAction()
DLauncherAccessibilityDelegate.java68 protected static final int ADD_TO_WORKSPACE = R.id.action_add_to_workspace; field in LauncherAccessibilityDelegate
103 mActions.put(ADD_TO_WORKSPACE, new LauncherAction( in LauncherAccessibilityDelegate()
104 ADD_TO_WORKSPACE, R.string.action_add_to_workspace, KeyEvent.KEYCODE_P)); in LauncherAccessibilityDelegate()
165 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()
221 } else if (action == ADD_TO_WORKSPACE) { in performAction()