Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java19 import static android.server.wm.WindowManagerState.TRANSIT_ACTIVITY_CLOSE;
73 false /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper()
147 true /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper_SlowStop()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java99 public static final String TRANSIT_ACTIVITY_CLOSE = "TRANSIT_ACTIVITY_CLOSE"; field in WindowManagerState
182 case ViewProtoEnums.TRANSIT_ACTIVITY_CLOSE: { in appTransitionToString()
183 return TRANSIT_ACTIVITY_CLOSE; in appTransitionToString()