Searched refs:setLaunchDisplayId (Results 1 – 14 of 14) sorted by relevance
161 options.setLaunchDisplayId(fullscreenDisplay.mDisplayId); in testUsesOptionsDisplayIdIfSet()467 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testUsesFullscreenOnNonFreeformDisplay()482 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFullscreenWhenRequestedOnFreeformDisplay()498 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPostNApp()513 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPreNResizeableAppWithoutOrientationRequest()527 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testSkipsFreeformForPreNResizeableAppOnNonFullscreenDisplay()822 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesDisplayOrientationForNoSensorOrientation()846 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testRespectsAppRequestedOrientation_Landscape()863 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testRespectsAppRequestedOrientation_Portrait()880 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testDefaultSizeSmallerThanBigScreen()[all …]
39 opts1.setLaunchDisplayId(5); in testMerge()41 opts2.setLaunchDisplayId(6); in testMerge()
47 opts.setLaunchDisplayId(Integer.MAX_VALUE); in testMerge_NoClobber()
748 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testDeliverIntentToTopActivityOfNonTopDisplay()786 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testBringTaskToFrontOnSecondaryDisplay()836 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testReparentTopFocusedActivityToSecondaryDisplay()
331 options.setLaunchDisplayId(displayId); in startActivityOnDisplay()
842 options.setLaunchDisplayId(secondaryDisplay.mDisplayId); in testGetLaunchStackWithRealCallerId()
292 options.setLaunchDisplayId(mVirtualDisplay.getDisplay().getDisplayId()); in startActivity()312 options.setLaunchDisplayId(mVirtualDisplay.getDisplay().getDisplayId()); in prepareActivityOptions()
1201 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() method in ActivityOptions
180 options.setLaunchDisplayId(displayId); in startHomeActivity()
489 options.setLaunchDisplayId(mDisplayId);
1306 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in showAccessibilityButtonTargetSelection()
691 HSPLandroid/app/ActivityOptions;->setLaunchDisplayId(I)Landroid/app/ActivityOptions;
4129 method public android.app.ActivityOptions setLaunchDisplayId(int);