Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java23 import static android.server.wm.WindowManagerState.TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE;
191 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper_Translucent()
197 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseActivity_BottomWallpaper_Translucent()
209 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseTask_NeitherWallpaper_Translucent()
215 TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE); in testCloseTask_BottomWallpaper_Translucent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java113 public static final String TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE = field in WindowManagerState
233 case ViewProtoEnums.TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE: { in appTransitionToString()
234 return TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE; in appTransitionToString()