Searched refs:TRANSLUCENT_TOP_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
46 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;819 getLaunchActivityBuilder().setTargetActivity(TRANSLUCENT_TOP_ACTIVITY)); in testConvertTranslucentOnTranslucentActivity()820 verifyActivityVisibilities(TRANSLUCENT_TOP_ACTIVITY, false); in testConvertTranslucentOnTranslucentActivity()834 getLaunchActivityBuilder().setTargetActivity(TRANSLUCENT_TOP_ACTIVITY)); in testConvertTranslucentOnNonTopTranslucentActivity()838 verifyActivityVisibilities(TRANSLUCENT_TOP_ACTIVITY, false); in testConvertTranslucentOnNonTopTranslucentActivity()
31 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;393 .setTargetActivity(TRANSLUCENT_TOP_ACTIVITY) in testAppLaunchCancelledSameTask()398 final LogMaker metricsLog = waitForMetricsLog(TRANSLUCENT_TOP_ACTIVITY, in testAppLaunchCancelledSameTask()
39 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;502 topActivity = TRANSLUCENT_TOP_ACTIVITY; in testTransitionSelection()
169 public static final ComponentName TRANSLUCENT_TOP_ACTIVITY = field in Components