Home
last modified time | relevance | path

Searched refs:TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerTransitionSelectionTests.java30 import static android.server.am.WindowManagerState.TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE;
204 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper_Translucent()
210 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseActivity_BottomWallpaper_Translucent()
216 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseActivity_BothWallpaper_Translucent()
222 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseTask_NeitherWallpaper_Translucent()
229 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseTask_BottomWallpaper_Translucent()
235 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseTask_BothWallpaper_Translucent()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DWindowManagerState.java88 public static final String TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE = field in WindowManagerState
318 case AppTransitionProto.TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE: { in appTransitionToString()
319 return TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE; in appTransitionToString()