Searched refs:TRANSLUCENT_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
44 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;96 launchActivity(TRANSLUCENT_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTranslucentActivityOnTopOfHome()105 mWmState.assertVisibility(TRANSLUCENT_ACTIVITY, true); in testTranslucentActivityOnTopOfHome()119 launchActivityInSecondarySplit(TRANSLUCENT_ACTIVITY); in testTranslucentActivityOverMultiWindowActivity()123 new WaitForValidActivityState(TRANSLUCENT_ACTIVITY)); in testTranslucentActivityOverMultiWindowActivity()126 mWmState.assertVisibility(TRANSLUCENT_ACTIVITY, true); in testTranslucentActivityOverMultiWindowActivity()596 launchActivity(TRANSLUCENT_ACTIVITY); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()599 mWmState.waitForActivityState(TRANSLUCENT_ACTIVITY, STATE_RESUMED); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()
34 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;159 .setTargetActivity(TRANSLUCENT_ACTIVITY) in testStartActivityTaskLaunchBehind()166 waitAndAssertActivityState(TRANSLUCENT_ACTIVITY, STATE_STOPPED, in testStartActivityTaskLaunchBehind()
166 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components