Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/CommonAssertions.kt +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ @file:JvmName("CommonAssertions") package com.android.wm.shell.flicker import android.graphics.Region Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/WaitUtils.kt +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ @file:JvmName("WaitUtils") package com.android.wm.shell.flicker import android.os.SystemClock Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestCannotPairNonResizeableApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -100,8 +100,8 @@ class AppPairsTestCannotPairNonResizeableApps( "Non resizeable app not initialized" } testSpec.assertWmEnd { isVisible(nonResizeableApp.component) isInvisible(primaryApp.component) isAppWindowVisible(nonResizeableApp.component) isAppWindowInvisible(primaryApp.component) } } Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestPairPrimaryAndSecondaryApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -77,8 +77,8 @@ class AppPairsTestPairPrimaryAndSecondaryApps( @Test fun bothAppWindowsVisible() { testSpec.assertWmEnd { isVisible(primaryApp.component) isVisible(secondaryApp.component) isAppWindowVisible(primaryApp.component) isAppWindowVisible(secondaryApp.component) } } Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestSupportPairNonResizeableApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -100,8 +100,8 @@ class AppPairsTestSupportPairNonResizeableApps( "Non resizeable app not initialized" } testSpec.assertWmEnd { isVisible(nonResizeableApp.component) isVisible(primaryApp.component) isAppWindowVisible(nonResizeableApp.component) isAppWindowVisible(primaryApp.component) } } Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/CommonAssertions.kt +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ @file:JvmName("CommonAssertions") package com.android.wm.shell.flicker import android.graphics.Region Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/WaitUtils.kt +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * limitations under the License. */ @file:JvmName("WaitUtils") package com.android.wm.shell.flicker import android.os.SystemClock Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestCannotPairNonResizeableApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -100,8 +100,8 @@ class AppPairsTestCannotPairNonResizeableApps( "Non resizeable app not initialized" } testSpec.assertWmEnd { isVisible(nonResizeableApp.component) isInvisible(primaryApp.component) isAppWindowVisible(nonResizeableApp.component) isAppWindowInvisible(primaryApp.component) } } Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestPairPrimaryAndSecondaryApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -77,8 +77,8 @@ class AppPairsTestPairPrimaryAndSecondaryApps( @Test fun bothAppWindowsVisible() { testSpec.assertWmEnd { isVisible(primaryApp.component) isVisible(secondaryApp.component) isAppWindowVisible(primaryApp.component) isAppWindowVisible(secondaryApp.component) } } Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestSupportPairNonResizeableApps.kt +2 −2 Original line number Diff line number Diff line Loading @@ -100,8 +100,8 @@ class AppPairsTestSupportPairNonResizeableApps( "Non resizeable app not initialized" } testSpec.assertWmEnd { isVisible(nonResizeableApp.component) isVisible(primaryApp.component) isAppWindowVisible(nonResizeableApp.component) isAppWindowVisible(primaryApp.component) } } Loading