Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java252 testCloseTaskTranslucent(false /*bottomWallpaper*/, false /*topWallpaper*/, in testCloseTask_NeitherWallpaper_Translucent()
258 testCloseTaskTranslucent(true /*bottomWallpaper*/, false /*topWallpaper*/, in testCloseTask_BottomWallpaper_Translucent()
264 testCloseTaskTranslucent(true /*bottomWallpaper*/, true /*topWallpaper*/, in testCloseTask_BothWallpaper_Translucent()
305 private void testCloseTaskTranslucent(boolean bottomWallpaper, in testCloseTaskTranslucent() method in TransitionSelectionTests