Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityVisibilityTests.java47 import static android.server.wm.app.Components.TRANSLUCENT_ACTIVITY;
165 launchActivity(TRANSLUCENT_ACTIVITY, WINDOWING_MODE_SPLIT_SCREEN_PRIMARY); in testTranslucentActivityOverDockedStack()
169 new WaitForValidActivityState(TRANSLUCENT_ACTIVITY)); in testTranslucentActivityOverDockedStack()
176 mAmWmState.assertVisibility(TRANSLUCENT_ACTIVITY, true); in testTranslucentActivityOverDockedStack()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java133 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components