Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerTransitionSelectionTests.java26 import static android.server.cts.WindowManagerState.TRANSIT_WALLPAPER_INTRA_CLOSE;
80 false /*slowStop*/, TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseActivity_BothWallpaper()
113 false /*slowStop*/, TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseTask_BothWallpaper()
133 true /*slowStop*/, TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseActivity_BothWallpaper_SlowStop()
153 true /*slowStop*/, TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseTask_BothWallpaper_SlowStop()
171 TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseActivity_BothWallpaper_Translucent()
186 TRANSIT_WALLPAPER_INTRA_CLOSE); in testCloseTask_BothWallpaper_Translucent()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DWindowManagerState.java48 public static final String TRANSIT_WALLPAPER_INTRA_CLOSE = "TRANSIT_WALLPAPER_INTRA_CLOSE"; field in WindowManagerState