Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java71 protected static final int RESIZE = R.id.action_resize; field in LauncherAccessibilityDelegate
109 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()