Searched refs:resizeSplitScreen (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | DebugTest.java | 105 public void resizeSplitScreen() { in resizeSplitScreen() method in DebugTest 108 CommonTransitions.resizeSplitScreen(testApp, bottomApp, uiDevice, new Rational(1, 3), in resizeSplitScreen()
|
D | ResizeSplitScreenTest.java | 19 import static com.android.server.wm.flicker.CommonTransitions.resizeSplitScreen; 56 super.runTransition(resizeSplitScreen(testApp, bottomApp, uiDevice, new Rational(1, 3), in runTransition()
|
D | CommonTransitions.java | 216 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/ |
D | AutomationUtils.java | 204 static void resizeSplitScreen(UiDevice device, Rational windowHeightRatio) { in resizeSplitScreen() method in AutomationUtils
|