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.java21 import static android.server.wm.WindowManagerState.TRANSIT_ACTIVITY_CLOSE;
84 false /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper()
179 true /*slowStop*/, TRANSIT_ACTIVITY_CLOSE); in testCloseActivity_NeitherWallpaper_SlowStop()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java101 public static final String TRANSIT_ACTIVITY_CLOSE = "TRANSIT_ACTIVITY_CLOSE"; field in WindowManagerState
184 case ViewProtoEnums.TRANSIT_ACTIVITY_CLOSE: { in appTransitionToString()
185 return TRANSIT_ACTIVITY_CLOSE; in appTransitionToString()