Searched refs:RESIZE (Results 1 – 1 of 1) sorted by relevance
81 protected static final int RESIZE = R.id.action_resize; field in LauncherAccessibilityDelegate101 mActions.put(RESIZE, new LauncherAction( in LauncherAccessibilityDelegate()102 RESIZE, R.string.action_resize, KeyEvent.KEYCODE_R)); in LauncherAccessibilityDelegate()129 out.add(mActions.get(RESIZE)); in getSupportedActions()185 } else if (action == RESIZE) { in performAction()