Loading libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ android_test { "flickerlib-trace_processor_shell", "flickertestapplib", "platform-test-annotations", "systemui-tapl", "systemui-helper", "wm-flicker-common-app-helpers", "wm-shell-flicker-utils", ], Loading libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/utils/BubbleFlickerTestHelper.kt +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ package com.android.wm.shell.flicker.bubbles.utils import android.app.Instrumentation import android.graphics.Point import android.platform.systemui_tapl.ui.Root import android.tools.Rotation import android.tools.device.apphelpers.StandardAppHelper import android.tools.flicker.rules.ChangeDisplayOrientationRule Loading Loading @@ -200,6 +201,8 @@ private fun waitAndAssertBubbleAppInExpandedState( .withTopVisibleApp(testApp) .withBubbleShown() .waitForAndVerify() Root.get().expandedBubbleStack.verifyBubbleOverflowIsVisible() } private fun waitAndAssertBubbleAppInCollapseState(wmHelper: WindowManagerStateHelper) { Loading Loading
libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ android_test { "flickerlib-trace_processor_shell", "flickertestapplib", "platform-test-annotations", "systemui-tapl", "systemui-helper", "wm-flicker-common-app-helpers", "wm-shell-flicker-utils", ], Loading
libs/WindowManager/Shell/tests/e2e/bubbles/flicker-explicit/src/com/android/wm/shell/flicker/bubbles/utils/BubbleFlickerTestHelper.kt +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ package com.android.wm.shell.flicker.bubbles.utils import android.app.Instrumentation import android.graphics.Point import android.platform.systemui_tapl.ui.Root import android.tools.Rotation import android.tools.device.apphelpers.StandardAppHelper import android.tools.flicker.rules.ChangeDisplayOrientationRule Loading Loading @@ -200,6 +201,8 @@ private fun waitAndAssertBubbleAppInExpandedState( .withTopVisibleApp(testApp) .withBubbleShown() .waitForAndVerify() Root.get().expandedBubbleStack.verifyBubbleOverflowIsVisible() } private fun waitAndAssertBubbleAppInCollapseState(wmHelper: WindowManagerStateHelper) { Loading