Searched refs:TRANSLUCENT_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
44 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;92 launchActivity(TRANSLUCENT_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testTranslucentActivityOnTopOfHome()96 mWmState.assertVisibility(TRANSLUCENT_ACTIVITY, true); in testTranslucentActivityOnTopOfHome()110 launchActivityInSecondarySplit(TRANSLUCENT_ACTIVITY); in testTranslucentActivityOverMultiWindowActivity()114 new WaitForValidActivityState(TRANSLUCENT_ACTIVITY)); in testTranslucentActivityOverMultiWindowActivity()117 mWmState.assertVisibility(TRANSLUCENT_ACTIVITY, true); in testTranslucentActivityOverMultiWindowActivity()537 launchActivity(TRANSLUCENT_ACTIVITY); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()540 mWmState.waitForActivityState(TRANSLUCENT_ACTIVITY, STATE_RESUMED); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()
31 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;149 .setTargetActivity(TRANSLUCENT_ACTIVITY) in testStartActivityTaskLaunchBehind()156 waitAndAssertActivityState(TRANSLUCENT_ACTIVITY, STATE_STOPPED, in testStartActivityTaskLaunchBehind()
159 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components