Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/SplitScreenBase.kt +3 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,9 @@ abstract class SplitScreenBase(flicker: LegacyFlickerTest) : BaseBenchmarkTest(f tapl.setEnableRotation(true) setRotation(flicker.scenario.startRotation) tapl.setExpectedRotation(flicker.scenario.startRotation.value) if (tapl.workspace.switchToOverview().hasTasks()) { tapl.workspace.switchToOverview().dismissAllTasks() val overview = tapl.workspace.switchToOverview() if (overview.hasTasks()) { overview.dismissAllTasks() } } } Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/SplitScreenBase.kt +3 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,9 @@ abstract class SplitScreenBase(flicker: LegacyFlickerTest) : BaseBenchmarkTest(f tapl.setEnableRotation(true) setRotation(flicker.scenario.startRotation) tapl.setExpectedRotation(flicker.scenario.startRotation.value) if (tapl.workspace.switchToOverview().hasTasks()) { tapl.workspace.switchToOverview().dismissAllTasks() val overview = tapl.workspace.switchToOverview() if (overview.hasTasks()) { overview.dismissAllTasks() } } } Loading