diff options
| author | 2024-07-04 09:31:27 +0000 | |
|---|---|---|
| committer | 2024-07-04 09:31:27 +0000 | |
| commit | 03ade514913660b470072b49e8daf805a353d485 (patch) | |
| tree | 94dc39a2fd710827866b35ad1cf40f73d8d88d5d | |
| parent | 35880ea7de3018d3b9e8e3181b6369df1b15c27e (diff) | |
Check entire screen covered for all states during flicker transition
Test: atest WMShellFlickerTestsPip
Bug: 349966512
Change-Id: I326fc4ea8a89dd18f46f792d5fb7ba8174adb613
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientation.kt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientation.kt b/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientation.kt index a0a61fe2cf72..d0e8215e662e 100644 --- a/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientation.kt +++ b/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientation.kt @@ -117,12 +117,10 @@ class EnterPipToOtherOrientation(flicker: LegacyFlickerTest) : PipTransition(fli /** * Checks that all parts of the screen are covered at the start and end of the transition - * - * TODO b/197726599 Prevents all states from being checked */ @Presubmit @Test - fun entireScreenCoveredAtStartAndEnd() = flicker.entireScreenCovered(allStates = false) + fun entireScreenCoveredAtStartAndEnd() = flicker.entireScreenCovered() /** Checks [pipApp] window remains visible and on top throughout the transition */ @Presubmit |