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