Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java54 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()
64 if (action == ADD_TO_WORKSPACE) { in performAction()
H A DLauncherAccessibilityDelegate.java69 protected static final int ADD_TO_WORKSPACE = R.id.action_add_to_workspace; field in LauncherAccessibilityDelegate
104 mActions.put(ADD_TO_WORKSPACE, new LauncherAction( in LauncherAccessibilityDelegate()
105 ADD_TO_WORKSPACE, R.string.action_add_to_workspace, KeyEvent.KEYCODE_P)); in LauncherAccessibilityDelegate()
167 out.add(mActions.get(ADD_TO_WORKSPACE)); in getSupportedActions()
223 } else if (action == ADD_TO_WORKSPACE) { in performAction()