Home
last modified time | relevance | path

Searched refs:TRANSLUCENT_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityVisibilityTests.java44 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()
DStartActivityTests.java34 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;
159 .setTargetActivity(TRANSLUCENT_ACTIVITY) in testStartActivityTaskLaunchBehind()
166 waitAndAssertActivityState(TRANSLUCENT_ACTIVITY, STATE_STOPPED, in testStartActivityTaskLaunchBehind()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java166 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components