Loading tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/open/OpenTrampolineActivityTest.kt +0 −8 Original line number Diff line number Diff line Loading @@ -62,14 +62,6 @@ class OpenTrampolineActivityTest(flicker: LegacyFlickerTest) : ActivityEmbedding } } /** Assert the background animation layer is never visible during bounds change transition. */ @Presubmit @Test fun backgroundLayerNeverVisible() { val backgroundColorLayer = ComponentNameMatcher("", "Animation Background") flicker.assertLayers { isInvisible(backgroundColorLayer) } } /** Trampoline activity should finish itself before the end of this test. */ @Presubmit @Test Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/activityembedding/open/OpenTrampolineActivityTest.kt +0 −8 Original line number Diff line number Diff line Loading @@ -62,14 +62,6 @@ class OpenTrampolineActivityTest(flicker: LegacyFlickerTest) : ActivityEmbedding } } /** Assert the background animation layer is never visible during bounds change transition. */ @Presubmit @Test fun backgroundLayerNeverVisible() { val backgroundColorLayer = ComponentNameMatcher("", "Animation Background") flicker.assertLayers { isInvisible(backgroundColorLayer) } } /** Trampoline activity should finish itself before the end of this test. */ @Presubmit @Test Loading