Searched refs:MOVE_TO_WORKSPACE (Results 1 – 1 of 1) sorted by relevance
53 private static final int MOVE_TO_WORKSPACE = R.id.action_move_to_workspace; field in LauncherAccessibilityDelegate87 mActions.put(MOVE_TO_WORKSPACE, new AccessibilityAction(MOVE_TO_WORKSPACE, in LauncherAccessibilityDelegate()115 info.addAction(mActions.get(MOVE_TO_WORKSPACE)); in onInitializeAccessibilityNodeInfo()175 } else if (action == MOVE_TO_WORKSPACE) { in performAction()