Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java307 v -> performResizeAction(R.string.action_increase_width, host, info))); in getSupportedResizeActions()
315 v -> performResizeAction(R.string.action_decrease_width, host, info))); in getSupportedResizeActions()
326 v -> performResizeAction(R.string.action_increase_height, host, info))); in getSupportedResizeActions()
334 v -> performResizeAction(R.string.action_decrease_height, host, info))); in getSupportedResizeActions()
340 private boolean performResizeAction(int action, View host, LauncherAppWidgetInfo info) { in performResizeAction() method in LauncherAccessibilityDelegate