Loading tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToAppTest.kt +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ class CloseImeWindowToAppTest(flicker: FlickerTest) : BaseTest(flicker) { @IwTest(focusArea = "ime") override fun cujCompleted() { super.cujCompleted() if (!flicker.scenario.isTablet) { navBarLayerPositionAtStartAndEnd() } imeLayerBecomesInvisible() imeAppLayerIsAlwaysVisible() imeAppWindowIsAlwaysVisible() Loading tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ class CloseImeWindowToHomeTest(flicker: FlickerTest) : BaseTest(flicker) { @IwTest(focusArea = "ime") override fun cujCompleted() { super.cujCompleted() if (!flicker.scenario.isTablet) { navBarLayerPositionAtStartAndEnd() } imeLayerBecomesInvisible() imeAppWindowBecomesInvisible() imeWindowBecomesInvisible() Loading tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt +8 −4 Original line number Diff line number Diff line Loading @@ -213,6 +213,14 @@ open class SeamlessAppRotationTest(flicker: FlickerTest) : RotationTransition(fl // not yet tablet compatible appLayerRotates() appLayerAlwaysVisible() // not tablet compatible navBarLayerIsVisibleAtStartAndEnd() navBarWindowIsAlwaysVisible() } if (flicker.scenario.isTablet) { taskBarLayerIsVisibleAtStartAndEnd() taskBarWindowIsAlwaysVisible() } appWindowFullScreen() Loading @@ -223,10 +231,6 @@ open class SeamlessAppRotationTest(flicker: FlickerTest) : RotationTransition(fl appLayerRotates_StartingPos() appLayerRotates_EndingPos() entireScreenCovered() navBarLayerIsVisibleAtStartAndEnd() navBarWindowIsAlwaysVisible() taskBarLayerIsVisibleAtStartAndEnd() taskBarWindowIsAlwaysVisible() visibleLayersShownMoreThanOneConsecutiveEntry() visibleWindowsShownMoreThanOneConsecutiveEntry() } Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToAppTest.kt +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ class CloseImeWindowToAppTest(flicker: FlickerTest) : BaseTest(flicker) { @IwTest(focusArea = "ime") override fun cujCompleted() { super.cujCompleted() if (!flicker.scenario.isTablet) { navBarLayerPositionAtStartAndEnd() } imeLayerBecomesInvisible() imeAppLayerIsAlwaysVisible() imeAppWindowIsAlwaysVisible() Loading
tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeWindowToHomeTest.kt +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ class CloseImeWindowToHomeTest(flicker: FlickerTest) : BaseTest(flicker) { @IwTest(focusArea = "ime") override fun cujCompleted() { super.cujCompleted() if (!flicker.scenario.isTablet) { navBarLayerPositionAtStartAndEnd() } imeLayerBecomesInvisible() imeAppWindowBecomesInvisible() imeWindowBecomesInvisible() Loading
tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt +8 −4 Original line number Diff line number Diff line Loading @@ -213,6 +213,14 @@ open class SeamlessAppRotationTest(flicker: FlickerTest) : RotationTransition(fl // not yet tablet compatible appLayerRotates() appLayerAlwaysVisible() // not tablet compatible navBarLayerIsVisibleAtStartAndEnd() navBarWindowIsAlwaysVisible() } if (flicker.scenario.isTablet) { taskBarLayerIsVisibleAtStartAndEnd() taskBarWindowIsAlwaysVisible() } appWindowFullScreen() Loading @@ -223,10 +231,6 @@ open class SeamlessAppRotationTest(flicker: FlickerTest) : RotationTransition(fl appLayerRotates_StartingPos() appLayerRotates_EndingPos() entireScreenCovered() navBarLayerIsVisibleAtStartAndEnd() navBarWindowIsAlwaysVisible() taskBarLayerIsVisibleAtStartAndEnd() taskBarWindowIsAlwaysVisible() visibleLayersShownMoreThanOneConsecutiveEntry() visibleWindowsShownMoreThanOneConsecutiveEntry() } Loading