Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/RotateTwoLaunchedAppsInAppPairsMode.kt +3 −3 Original line number Diff line number Diff line Loading @@ -71,16 +71,16 @@ class RotateTwoLaunchedAppsInAppPairsMode( } } @FlakyTest @Presubmit @Test fun appPairsDividerIsVisible() = testSpec.appPairsDividerIsVisible() @FlakyTest @Presubmit @Test fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) @FlakyTest @Presubmit @Test fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales(Surface.ROTATION_0, testSpec.config.endRotation) Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/RotateTwoLaunchedAppsRotateAndEnterAppPairsMode.kt +2 −11 Original line number Diff line number Diff line Loading @@ -76,17 +76,8 @@ class RotateTwoLaunchedAppsRotateAndEnterAppPairsMode( @Presubmit @Test fun navBarLayerRotatesAndScales() { Assume.assumeFalse(isRotated) testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) } @FlakyTest @Test fun navBarLayerRotatesAndScales_Flaky() { Assume.assumeTrue(isRotated) testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) } fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales( Surface.ROTATION_0, testSpec.config.endRotation) @Presubmit @Test Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/RotateTwoLaunchedAppsInAppPairsMode.kt +3 −3 Original line number Diff line number Diff line Loading @@ -71,16 +71,16 @@ class RotateTwoLaunchedAppsInAppPairsMode( } } @FlakyTest @Presubmit @Test fun appPairsDividerIsVisible() = testSpec.appPairsDividerIsVisible() @FlakyTest @Presubmit @Test fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) @FlakyTest @Presubmit @Test fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales(Surface.ROTATION_0, testSpec.config.endRotation) Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/RotateTwoLaunchedAppsRotateAndEnterAppPairsMode.kt +2 −11 Original line number Diff line number Diff line Loading @@ -76,17 +76,8 @@ class RotateTwoLaunchedAppsRotateAndEnterAppPairsMode( @Presubmit @Test fun navBarLayerRotatesAndScales() { Assume.assumeFalse(isRotated) testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) } @FlakyTest @Test fun navBarLayerRotatesAndScales_Flaky() { Assume.assumeTrue(isRotated) testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation) } fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales( Surface.ROTATION_0, testSpec.config.endRotation) @Presubmit @Test Loading