Searched refs:TRANSLUCENT_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
47 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()
133 public static final ComponentName TRANSLUCENT_ACTIVITY = component("TranslucentActivity"); field in Components