Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java322 v -> performResizeAction(R.string.action_increase_width, host, info))); in getSupportedResizeActions()
330 v -> performResizeAction(R.string.action_decrease_width, host, info))); in getSupportedResizeActions()
341 v -> performResizeAction(R.string.action_increase_height, host, info))); in getSupportedResizeActions()
349 v -> performResizeAction(R.string.action_decrease_height, host, info))); in getSupportedResizeActions()
355 private boolean performResizeAction(int action, View host, LauncherAppWidgetInfo info) { in performResizeAction() method in LauncherAccessibilityDelegate