Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java178 final ActivityOptions noIconOptions = ActivityOptions.makeBasic() in testSplashscreenContent() local
180 noIconOptions.setLaunchWindowingMode(WINDOWING_MODE_FULLSCREEN); in testSplashscreenContent()
184 intent -> {}, noIconOptions); in testSplashscreenContent()
197 final ActivityOptions noIconOptions = ActivityOptions.makeBasic() in testSplashscreenContent_FreeformWindow() local
199 noIconOptions.setLaunchWindowingMode(WINDOWING_MODE_FREEFORM); in testSplashscreenContent_FreeformWindow()
202 intent -> {}, noIconOptions); in testSplashscreenContent_FreeformWindow()
442 final ActivityOptions noIconOptions = ActivityOptions.makeBasic() in testSetBackgroundColorActivity() local
444 noIconOptions.setLaunchWindowingMode(WINDOWING_MODE_FULLSCREEN); in testSetBackgroundColorActivity()
448 intent -> intent.putExtra(DELAY_RESUME, true), noIconOptions); in testSetBackgroundColorActivity()
461 final ActivityOptions noIconOptions = ActivityOptions.makeBasic() in testSetBackgroundColorActivity_FreeformWindow() local
[all …]