Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/SetRequestedOrientationWhilePinnedTest.kt +21 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.wm.shell.flicker.pip import android.platform.test.annotations.Presubmit import android.view.Surface import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice Loading Loading @@ -81,6 +80,22 @@ class SetRequestedOrientationWhilePinnedTest( } } @FlakyTest @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Test override fun navBarWindowIsVisible() = super.navBarWindowIsVisible() @FlakyTest @Test override fun statusBarLayerIsVisible() = super.statusBarLayerIsVisible() @FlakyTest @Test override fun statusBarWindowIsVisible() = super.statusBarWindowIsVisible() @FlakyTest @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() Loading @@ -89,7 +104,7 @@ class SetRequestedOrientationWhilePinnedTest( @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @FlakyTest @Test fun pipWindowInsideDisplay() { testSpec.assertWmStart { Loading @@ -97,7 +112,7 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipAppShowsOnTop() { testSpec.assertWmEnd { Loading @@ -105,7 +120,7 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipLayerInsideDisplay() { testSpec.assertLayersStart { Loading @@ -113,13 +128,13 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipAlwaysVisible() = testSpec.assertWm { this.isAppWindowVisible(pipApp.component) } @Presubmit @FlakyTest @Test fun pipAppLayerCoversFullScreen() { testSpec.assertLayersEnd { Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/SetRequestedOrientationWhilePinnedTest.kt +21 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ package com.android.wm.shell.flicker.pip import android.platform.test.annotations.Presubmit import android.view.Surface import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice Loading Loading @@ -81,6 +80,22 @@ class SetRequestedOrientationWhilePinnedTest( } } @FlakyTest @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Test override fun navBarWindowIsVisible() = super.navBarWindowIsVisible() @FlakyTest @Test override fun statusBarLayerIsVisible() = super.statusBarLayerIsVisible() @FlakyTest @Test override fun statusBarWindowIsVisible() = super.statusBarWindowIsVisible() @FlakyTest @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() Loading @@ -89,7 +104,7 @@ class SetRequestedOrientationWhilePinnedTest( @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @FlakyTest @Test fun pipWindowInsideDisplay() { testSpec.assertWmStart { Loading @@ -97,7 +112,7 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipAppShowsOnTop() { testSpec.assertWmEnd { Loading @@ -105,7 +120,7 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipLayerInsideDisplay() { testSpec.assertLayersStart { Loading @@ -113,13 +128,13 @@ class SetRequestedOrientationWhilePinnedTest( } } @Presubmit @FlakyTest @Test fun pipAlwaysVisible() = testSpec.assertWm { this.isAppWindowVisible(pipApp.component) } @Presubmit @FlakyTest @Test fun pipAppLayerCoversFullScreen() { testSpec.assertLayersEnd { Loading