Loading libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeBaseTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ abstract class DesktopModeBaseTest(flicker: FlickerTest) : BaseBenchmarkTest(fli DesktopState.fromContext(instrumentation.context) .isDesktopModeSupportedOnDisplay(DEFAULT_DISPLAY) ) tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(flicker.scenario.startRotation.value) ChangeDisplayOrientationRule.setRotation(flicker.scenario.startRotation) Loading libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjection.kt +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ open class StartAppMediaProjection { @Before fun setup() { tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) testApp.launchViaIntent(wmHelper) Loading libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionFromSplitScreen.kt +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ open class StartAppMediaProjectionFromSplitScreen { fun setup() { RemoveAllTasksButHomeRule.removeAllTasksButHome() tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) SplitScreenUtils.enterSplit(wmHelper, tapl, device, simpleApp, testApp, initialRotation) Loading libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionInSplitScreen.kt +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ open class StartAppMediaProjectionInSplitScreen { @Before fun setup() { RemoveAllTasksButHomeRule.removeAllTasksButHome() tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) SplitScreenUtils.enterSplit(wmHelper, tapl, device, targetApp, testApp, initialRotation) Loading libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionWithDisplayRotations.kt +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ open class StartAppMediaProjectionWithDisplayRotations { @Before fun setup() { tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) testApp.launchViaIntent(wmHelper) Loading Loading
libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeBaseTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ abstract class DesktopModeBaseTest(flicker: FlickerTest) : BaseBenchmarkTest(fli DesktopState.fromContext(instrumentation.context) .isDesktopModeSupportedOnDisplay(DEFAULT_DISPLAY) ) tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(flicker.scenario.startRotation.value) ChangeDisplayOrientationRule.setRotation(flicker.scenario.startRotation) Loading
libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjection.kt +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ open class StartAppMediaProjection { @Before fun setup() { tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) testApp.launchViaIntent(wmHelper) Loading
libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionFromSplitScreen.kt +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ open class StartAppMediaProjectionFromSplitScreen { fun setup() { RemoveAllTasksButHomeRule.removeAllTasksButHome() tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) SplitScreenUtils.enterSplit(wmHelper, tapl, device, simpleApp, testApp, initialRotation) Loading
libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionInSplitScreen.kt +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ open class StartAppMediaProjectionInSplitScreen { @Before fun setup() { RemoveAllTasksButHomeRule.removeAllTasksButHome() tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) SplitScreenUtils.enterSplit(wmHelper, tapl, device, targetApp, testApp, initialRotation) Loading
libs/WindowManager/Shell/tests/e2e/mediaprojection/scenarios/src/com/android/wm/shell/scenarios/StartAppMediaProjectionWithDisplayRotations.kt +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ open class StartAppMediaProjectionWithDisplayRotations { @Before fun setup() { tapl.expectedRotationCheckEnabled = false tapl.setEnableRotation(true) tapl.setExpectedRotation(initialRotation.value) testApp.launchViaIntent(wmHelper) Loading