Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java153 options.setLaunchDisplayId(fullscreenDisplay.mDisplayId); in testUsesOptionsDisplayIdIfSet()
194 options.setLaunchDisplayId(fullscreenDisplay.mDisplayId); in testUsesOptionsDisplayAreaFeatureIdIfSet()
548 .setLaunchDisplayId(freeformDisplay.getDisplayId()); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea()
583 .setLaunchDisplayId(freeformDisplay.getDisplayId()); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
967 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testUsesFullscreenOnNonFreeformDisplay()
982 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFullscreenWhenRequestedOnFreeformDisplay()
998 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPostNApp()
1013 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesFreeformByDefaultForPreNResizeableAppWithoutOrientationRequest()
1027 options.setLaunchDisplayId(DEFAULT_DISPLAY); in testSkipsFreeformForPreNResizeableAppOnNonFullscreenDisplay()
1358 options.setLaunchDisplayId(freeformDisplay.mDisplayId); in testUsesDisplayOrientationForNoSensorOrientation()
[all …]
DSafeActivityOptionsTest.java61 opts1.setLaunchDisplayId(5); in testMerge()
63 opts2.setLaunchDisplayId(6); in testMerge()
77 .setLaunchDisplayId(launchDisplayId) in test_selectiveCloneDisplayOptions()
160 activityOptions.setLaunchDisplayId(DEFAULT_DISPLAY); in test_getOptions()
DActivityStartInterceptorTest.java418 ActivityOptions.makeBasic().setLaunchDisplayId(3)); in testInterceptionCallback_singleCallback()
445 ActivityOptions.makeBasic().setLaunchDisplayId(3), true); in testInterceptionCallback_skipResolving()
457 ActivityOptions.makeBasic().setLaunchDisplayId(3)); in testInterceptionCallback_NoSkipResolving()
DTaskStackChangedListenerTest.java299 ActivityOptions options1 = ActivityOptions.makeBasic().setLaunchDisplayId(virtualDisplayId); in testTaskDisplayChanged()
316 .setLaunchDisplayId(Display.DEFAULT_DISPLAY); in testTaskDisplayChanged()
DActivityOptionsTest.java83 opts.setLaunchDisplayId(Integer.MAX_VALUE); in testMerge_NoClobber()
DActivityStarterTests.java882 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testDeliverIntentToTopActivityOfNonTopDisplay()
927 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testBringTaskToFrontOnSecondaryDisplay()
1013 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testReparentTopFocusedActivityToSecondaryDisplay()
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityOptionsWrapper.java94 public void setLaunchDisplayId(int displayId) { in setLaunchDisplayId() method in ActivityOptionsWrapper
95 mOptions.setLaunchDisplayId(displayId); in setLaunchDisplayId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java114 options.setLaunchDisplayId(displayId); in getActivityOptions()
138 options.setLaunchDisplayId(displayId); in getActivityOptions()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptor.java168 optionsWrapper.setLaunchDisplayId(hostDisplayId); in onInterceptActivityLaunch()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationPromptController.java172 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId( in launchMagnificationSettings()
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarActivityInterceptorUpdatableTest.java240 options.setLaunchDisplayId(DISPLAY_ID_1); in interceptActivityLaunch_persistedActivity_differentLaunchDisplayId_returnsNull()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java145 .setLaunchDisplayId(options.getLaunchDisplayId()) in cloneLaunchingOptions()
DActivityStartController.java175 options.setLaunchDisplayId(displayId); in startHomeActivity()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java317 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId( in tryLaunchSettings()
DAccessibilityManagerService.java2271 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in showAccessibilityTargetsSelection()
2277 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in launchShortcutTargetActivity()
2289 final Bundle bundle = ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(); in launchAccessibilitySubSettings()
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt66 method public void setLaunchDisplayId(int);
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java529 final ActivityOptions options = ActivityOptions.makeBasic().setLaunchDisplayId(displayId);
1258 ActivityOptions.makeBasic().setLaunchDisplayId(displayId).toBundle(),
DVirtualDeviceManagerService.java169 info.getIntent(), options.setLaunchDisplayId(pt.mDisplayId));
/frameworks/base/core/java/android/app/
DActivityOptions.java1718 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() method in ActivityOptions
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java746 options.setLaunchDisplayId(mDisplayId);
/frameworks/base/core/java/android/widget/
DRemoteViews.java7304 opts.setLaunchDisplayId(view.getDisplay().getDisplayId());
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt4934 method public android.app.ActivityOptions setLaunchDisplayId(int);