Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DDebugTest.java105 public void resizeSplitScreen() { in resizeSplitScreen() method in DebugTest
108 CommonTransitions.resizeSplitScreen(testApp, bottomApp, uiDevice, new Rational(1, 3), in resizeSplitScreen()
DResizeSplitScreenTest.java19 import static com.android.server.wm.flicker.CommonTransitions.resizeSplitScreen;
56 super.runTransition(resizeSplitScreen(testApp, bottomApp, uiDevice, new Rational(1, 3), in runTransition()
DCommonTransitions.java216 static TransitionBuilder resizeSplitScreen(IAppHelper testAppTop, IAppHelper testAppBottom, in resizeSplitScreen() method
236 .runBefore(() -> AutomationUtils.resizeSplitScreen(device, startRatio)) in resizeSplitScreen()
237 .run(() -> AutomationUtils.resizeSplitScreen(device, stopRatio)) in resizeSplitScreen()
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java204 static void resizeSplitScreen(UiDevice device, Rational windowHeightRatio) { in resizeSplitScreen() method in AutomationUtils