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.java61 protected static final int RESIZE = R.id.action_resize; field in LauncherAccessibilityDelegate
97 mActions.put(RESIZE, new AccessibilityAction(RESIZE, in LauncherAccessibilityDelegate()
140 info.addAction(mActions.get(RESIZE)); in addSupportedActions()
229 } else if (action == RESIZE) { in performAction()