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;
85 false /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper()
160 true /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper_SlowStop()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java78 public static final String TRANSIT_ACTIVITY_CLOSE = "TRANSIT_ACTIVITY_CLOSE"; field in WindowManagerState
267 case ViewProtoEnums.TRANSIT_ACTIVITY_CLOSE: { in appTransitionToString()
268 return TRANSIT_ACTIVITY_CLOSE; in appTransitionToString()