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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java59 protected static final int RESIZE = R.id.action_resize; field in class:LauncherAccessibilityDelegate
94 mActions.put(RESIZE, new AccessibilityAction(RESIZE,
133 info.addAction(mActions.get(RESIZE));
214 } else if (action == RESIZE) {

Completed in 59 milliseconds