Loading libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/SwitchAppByDoubleTapDivider.kt +4 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) { @Before fun setup() { tapl.workspace.switchToOverview().dismissAllTasks() val overview = tapl.workspace.switchToOverview() if (overview.hasTasks()) { overview.dismissAllTasks() } tapl.setEnableRotation(true) tapl.setExpectedRotation(rotation.value) Loading Loading
libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/SwitchAppByDoubleTapDivider.kt +4 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) { @Before fun setup() { tapl.workspace.switchToOverview().dismissAllTasks() val overview = tapl.workspace.switchToOverview() if (overview.hasTasks()) { overview.dismissAllTasks() } tapl.setEnableRotation(true) tapl.setExpectedRotation(rotation.value) Loading