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/
DActivityVisibilityTests.java44 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()
512 launchActivity(TRANSLUCENT_ACTIVITY); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()
515 mWmState.waitForActivityState(TRANSLUCENT_ACTIVITY, STATE_RESUMED); in testNoHistoryActivityNotFinishedBehindTranslucentActivity()
DStartActivityTests.java31 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;
149 .setTargetActivity(TRANSLUCENT_ACTIVITY) in testStartActivityTaskLaunchBehind()
156 waitAndAssertActivityState(TRANSLUCENT_ACTIVITY, STATE_STOPPED, in testStartActivityTaskLaunchBehind()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java159 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components