Searched refs:TRANSLUCENT_TOP_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
46 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;788 getLaunchActivityBuilder().setTargetActivity(TRANSLUCENT_TOP_ACTIVITY)); in testConvertTranslucentOnTranslucentActivity()789 verifyActivityVisibilities(TRANSLUCENT_TOP_ACTIVITY, false); in testConvertTranslucentOnTranslucentActivity()803 getLaunchActivityBuilder().setTargetActivity(TRANSLUCENT_TOP_ACTIVITY)); in testConvertTranslucentOnNonTopTranslucentActivity()807 verifyActivityVisibilities(TRANSLUCENT_TOP_ACTIVITY, false); in testConvertTranslucentOnNonTopTranslucentActivity()
38 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;332 topActivity = TRANSLUCENT_TOP_ACTIVITY; in testTransitionSelection()
31 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;369 .setTargetActivity(TRANSLUCENT_TOP_ACTIVITY) in testAppLaunchCancelledSameTask()374 final LogMaker metricsLog = waitForMetricsLog(TRANSLUCENT_TOP_ACTIVITY, in testAppLaunchCancelledSameTask()
162 public static final ComponentName TRANSLUCENT_TOP_ACTIVITY = field in Components