Searched refs:MOVE_TO_TOP_OR_LEFT (Results 1 – 1 of 1) sorted by relevance
51 public static final int MOVE_TO_TOP_OR_LEFT = R.id.action_move_to_top_or_left; field in TaskbarShortcutMenuAccessibilityDelegate64 mActions.put(MOVE_TO_TOP_OR_LEFT, new LauncherAction( in TaskbarShortcutMenuAccessibilityDelegate()65 MOVE_TO_TOP_OR_LEFT, R.string.move_drop_target_top_or_left, KeyEvent.KEYCODE_L)); in TaskbarShortcutMenuAccessibilityDelegate()77 out.add(mActions.get(MOVE_TO_TOP_OR_LEFT)); in getSupportedActions()84 && (action == MOVE_TO_TOP_OR_LEFT || action == MOVE_TO_BOTTOM_OR_RIGHT)) { in performAction()86 int side = action == MOVE_TO_TOP_OR_LEFT in performAction()