Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java39 opts1.setLaunchDisplayId(5); in testMerge()
41 opts2.setLaunchDisplayId(6); in testMerge()
DTaskLaunchParamsModifierTests.java161 options.setLaunchDisplayId(fullscreenDisplay.mDisplayId); in testUsesOptionsDisplayIdIfSet()
523 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testUsesFullscreenOnNonFreeformDisplay()
538 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFullscreenWhenRequestedOnFreeformDisplay()
554 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPostNApp()
569 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPreNResizeableAppWithoutOrientationRequest()
583 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testSkipsFreeformForPreNResizeableAppOnNonFullscreenDisplay()
895 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesDisplayOrientationForNoSensorOrientation()
919 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testRespectsAppRequestedOrientation_Landscape()
936 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testRespectsAppRequestedOrientation_Portrait()
953 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testDefaultSizeSmallerThanBigScreen()
[all …]
DActivityOptionsTest.java47 opts.setLaunchDisplayId(Integer.MAX_VALUE); in testMerge_NoClobber()
DTaskStackChangedListenerTest.java396 .setLaunchDisplayId(activityView.getVirtualDisplayId()); in testTaskDisplayChanged()
412 .setLaunchDisplayId(Display.DEFAULT_DISPLAY); in testTaskDisplayChanged()
DActivityStarterTests.java756 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testDeliverIntentToTopActivityOfNonTopDisplay()
797 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testBringTaskToFrontOnSecondaryDisplay()
883 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testReparentTopFocusedActivityToSecondaryDisplay()
DScreenDecorWindowTests.java347 options.setLaunchDisplayId(displayId); in startActivityOnDisplay()
DRootActivityContainerTests.java848 options.setLaunchDisplayId(secondaryDisplay.mDisplayId); in testGetLaunchStackWithRealCallerId()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DCarNavigationButton.java253 options.setLaunchDisplayId(mContext.getDisplayId()); in getButtonClickListener()
269 options.setLaunchDisplayId(mContext.getDisplayId()); in getButtonLongClickListener()
/frameworks/base/core/java/android/window/
DVirtualDisplayTaskEmbedder.java255 options.setLaunchDisplayId(getDisplayId()); in prepareActivityOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartController.java186 options.setLaunchDisplayId(displayId); in startHomeActivity()
/frameworks/base/core/java/android/app/
DActivityOptions.java1288 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() method in ActivityOptions
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1298 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in showAccessibilityTargetsSelection()
1304 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in launchShortcutTargetActivity()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java508 options.setLaunchDisplayId(mDisplayId);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt925 HSPLandroid/app/ActivityOptions;->setLaunchDisplayId(I)Landroid/app/ActivityOptions;
/frameworks/base/api/
Dcurrent.txt4230 method public android.app.ActivityOptions setLaunchDisplayId(int);