Searched refs:TranslucentActivity (Results 1 – 6 of 6) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ |
D | ActivityLifecycleFreeformTests.java | 194 final Activity transparentActivity = launchActivityAndWait(TranslucentActivity.class); in testLaunchTranslucentInFreeform() 206 waitAndAssertActivityState(getComponentName(TranslucentActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform() 212 LifecycleVerifier.assertLaunchSequence(TranslucentActivity.class, getLifecycleLog()); in testLaunchTranslucentInFreeform() 222 mWmState.waitForActivityRemoved(getComponentName(TranslucentActivity.class)); in testLaunchTranslucentInFreeform() 229 getComponentName(TranslucentActivity.class))); in testLaunchTranslucentInFreeform() 232 getWindowName(getComponentName(TranslucentActivity.class)))); in testLaunchTranslucentInFreeform() 235 LifecycleVerifier.assertResumeToDestroySequence(TranslucentActivity.class, in testLaunchTranslucentInFreeform()
|
D | ActivityLifecycleTests.java | 107 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testLaunchTranslucentOnTop() 110 LifecycleVerifier.assertLaunchSequence(TranslucentActivity.class, FirstActivity.class, in testLaunchTranslucentOnTop() 120 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testLaunchDoubleTranslucentOnTop() 123 LifecycleVerifier.assertLaunchSequence(TranslucentActivity.class, FirstActivity.class, in testLaunchDoubleTranslucentOnTop() 132 LifecycleVerifier.assertSequence(TranslucentActivity.class, getLifecycleLog(), in testLaunchDoubleTranslucentOnTop() 144 LifecycleVerifier.assertSequence(TranslucentActivity.class, getLifecycleLog(), in testLaunchDoubleTranslucentOnTop() 152 final Activity translucentActivity = new Launcher(TranslucentActivity.class) in testTranslucentMovedIntoStack() 167 … moveActivityToRootTaskOrOnTop(getComponentName(TranslucentActivity.class), firstActivityStack); in testTranslucentMovedIntoStack() 174 LifecycleVerifier.assertRestartAndResumeSequence(TranslucentActivity.class, in testTranslucentMovedIntoStack() 182 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testDestroyTopTranslucent() [all …]
|
D | ActivityLifecycleLegacySplitScreenTests.java | 152 new Launcher(TranslucentActivity.class) in testTranslucentOnSplitSecondaryTask() 248 final Activity translucentActivity = launchActivityAndWait(TranslucentActivity.class); in testResumedTranslucentWhenRestartedFromInNonFocusedTask() 268 LifecycleVerifier.assertResumeToDestroySequence(TranslucentActivity.class, in testResumedTranslucentWhenRestartedFromInNonFocusedTask()
|
D | ActivityLifecycleClientTestBase.java | 458 public static class TranslucentActivity extends LifecycleTrackingActivity { class in ActivityLifecycleClientTestBase
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | TranslucentActivity.java | 21 public class TranslucentActivity extends Activity { class
|
/cts/tests/tests/widget/app/src/android/widget/cts/app/ |
D | TranslucentActivity.java | 33 public class TranslucentActivity extends AppCompatActivity { class
|