Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityLifecycleFreeformTests.java78 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testLaunchInFreeform() local
79 launchOptions.setLaunchWindowingMode(WINDOWING_MODE_FREEFORM); in testLaunchInFreeform()
82 .setOptions(launchOptions) in testLaunchInFreeform()
97 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testMultiLaunchInFreeform() local
98 launchOptions.setLaunchWindowingMode(WINDOWING_MODE_FREEFORM); in testMultiLaunchInFreeform()
103 .setOptions(launchOptions) in testMultiLaunchInFreeform()
108 .setOptions(launchOptions) in testMultiLaunchInFreeform()
113 .setOptions(launchOptions) in testMultiLaunchInFreeform()
134 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testLaunchOccludingInFreeform() local
135 launchOptions.setLaunchWindowingMode(WINDOWING_MODE_FREEFORM); in testLaunchOccludingInFreeform()
[all …]
DActivityLifecycleTopResumedStateTests.java794 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testTopPositionSwitchAcrossDisplays() local
795 launchOptions.setLaunchDisplayId(getMainDisplayId()); in testTopPositionSwitchAcrossDisplays()
798 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplays()
814 launchOptions.setLaunchDisplayId(newDisplay.mId); in testTopPositionSwitchAcrossDisplays()
817 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplays()
847 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testTopPositionSwitchAcrossDisplaysOnTap() local
848 launchOptions.setLaunchDisplayId(getMainDisplayId()); in testTopPositionSwitchAcrossDisplaysOnTap()
851 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplaysOnTap()
865 launchOptions.setLaunchDisplayId(newDisplay.mId); in testTopPositionSwitchAcrossDisplaysOnTap()
868 .setOptions(launchOptions) in testTopPositionSwitchAcrossDisplaysOnTap()
[all …]
DActivityLifecycleClientTestBase.java677 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in getLaunchOptionsForFullscreen() local
678 launchOptions.setLaunchWindowingMode(WINDOWING_MODE_FULLSCREEN); in getLaunchOptionsForFullscreen()
679 return launchOptions; in getLaunchOptionsForFullscreen()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DRefocusFilterF32.java175 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerBehindFocalDepth() local
176 launchOptions.setX(0, 1); in filterLayerBehindFocalDepth()
177 launchOptions.setY(0, buffers.inputImage.getHeight()); in filterLayerBehindFocalDepth()
181 buffers.inAllocation, launchOptions); in filterLayerBehindFocalDepth()
235 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerInFrontOfFocalDepth() local
236 launchOptions.setX(0, 1); in filterLayerInFrontOfFocalDepth()
237 launchOptions.setY(0, buffers.inputImage.getHeight()); in filterLayerInFrontOfFocalDepth()
241 buffers.inAllocation, launchOptions); in filterLayerInFrontOfFocalDepth()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DRefocusFilterd1new.java187 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerBehindFocalDepth() local
188 launchOptions.setX(0, 1); in filterLayerBehindFocalDepth()
189 launchOptions.setY(0, buffers.inputImage.getHeight()); in filterLayerBehindFocalDepth()
193 buffers.inAllocation, launchOptions); in filterLayerBehindFocalDepth()
257 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); in filterLayerInFrontOfFocalDepth() local
258 launchOptions.setX(0, 1); in filterLayerInFrontOfFocalDepth()
259 launchOptions.setY(0, buffers.inputImage.getHeight()); in filterLayerInFrontOfFocalDepth()
263 buffers.inAllocation, launchOptions); in filterLayerInFrontOfFocalDepth()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java111 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in testDisplayIdUpdateOnMove() local
113 launchOptions.setLaunchDisplayId(displayId); in testDisplayIdUpdateOnMove()
117 launchOptions.toBundle()); in testDisplayIdUpdateOnMove()
182 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in assertImeShownAndMatchesDisplayId() local
183 launchOptions.setLaunchDisplayId(targetDisplayId); in assertImeShownAndMatchesDisplayId()
184 getInstrumentation().getTargetContext().startActivity(intent, launchOptions.toBundle()); in assertImeShownAndMatchesDisplayId()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DPresentationTest.java293 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in launchPresentationActivity() local
294 launchOptions.setLaunchDisplayId(displayIdForActivity); in launchPresentationActivity()
295 final Bundle bundle = launchOptions.toBundle(); in launchPresentationActivity()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java650 final ActivityOptions launchOptions = ActivityOptions.makeBasic(); in launchActivityOnDisplay() local
651 launchOptions.setLaunchDisplayId(displayId); in launchActivityOnDisplay()
652 launchOptions.setLaunchWindowingMode(windowingMode); in launchActivityOnDisplay()
653 final Bundle bundle = launchOptions.toBundle(); in launchActivityOnDisplay()