Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java71 protected static final int MOVE_TO_WORKSPACE = R.id.action_move_to_workspace; field in LauncherAccessibilityDelegate
108 mActions.put(MOVE_TO_WORKSPACE, new LauncherAction(MOVE_TO_WORKSPACE, in LauncherAccessibilityDelegate()
157 out.add(mActions.get(MOVE_TO_WORKSPACE)); in getSupportedActions()
257 } else if (action == MOVE_TO_WORKSPACE) { in performAction()