Searched refs:translucentActivity (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
D | ActivityLifecycleTests.java | 133 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testLaunchTranslucentOnTop() local 134 waitAndAssertActivityStates(occludedActivityState(firstActivity, translucentActivity)); in testLaunchTranslucentOnTop() 146 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testLaunchDoubleTranslucentOnTop() local 147 waitAndAssertActivityStates(occludedActivityState(firstActivity, translucentActivity)); in testLaunchDoubleTranslucentOnTop() 157 occludedActivityState(translucentActivity, secondTranslucentActivity)); in testLaunchDoubleTranslucentOnTop() 166 waitAndAssertActivityStates(state(translucentActivity, ON_RESUME)); in testLaunchDoubleTranslucentOnTop() 177 final Activity translucentActivity = new Launcher(TranslucentActivity.class) in testTranslucentMovedIntoStack() local 184 translucentActivity.getComponentName()); in testTranslucentMovedIntoStack() 191 waitAndAssertActivityStates(state(translucentActivity, ON_STOP)); in testTranslucentMovedIntoStack() 206 waitAndAssertActivityStates(state(translucentActivity, ON_RESUME), in testTranslucentMovedIntoStack() [all …]
|
D | ActivityLifecycleLegacySplitScreenTests.java | 249 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testResumedTranslucentWhenRestartedFromInNonFocusedTask() local 261 translucentActivity.finish(); in testResumedTranslucentWhenRestartedFromInNonFocusedTask() 264 waitAndAssertActivityStates(state(translucentActivity, ON_DESTROY)); in testResumedTranslucentWhenRestartedFromInNonFocusedTask()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/ |
D | TaskFragmentTrustedModeTest.java | 142 final Activity translucentActivity = startActivity(TranslucentActivity.class); in testUntrustedModeTaskFragmentVisibility_reparentActivityInTaskFragment() local 149 final IBinder embeddedActivityToken = getActivityToken(translucentActivity); in testUntrustedModeTaskFragmentVisibility_reparentActivityInTaskFragment() 170 translucentActivity.finish(); in testUntrustedModeTaskFragmentVisibility_reparentActivityInTaskFragment()
|
D | SplitActivityLifecycleTest.java | 564 final ComponentName translucentActivity = new ComponentName(mContext, in testTranslucentAdjacentTaskFragment() local 566 final Intent intent = new Intent().setComponent(translucentActivity); in testTranslucentAdjacentTaskFragment() 577 waitAndAssertResumedActivity(translucentActivity, "TranslucentActivity must be resumed."); in testTranslucentAdjacentTaskFragment()
|