Searched refs:TRANSLUCENT_TOP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
32 import static android.server.wm.app.Components.TRANSLUCENT_TOP_ACTIVITY;296 final ComponentName topActivity = topTranslucent ? TRANSLUCENT_TOP_ACTIVITY : TOP_ACTIVITY; in testTransitionSelection()
136 public static final ComponentName TRANSLUCENT_TOP_ACTIVITY = field in Components