Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityOptionsWrapper.java85 public void setLaunchRootTask(IBinder windowContainerToken) { in setLaunchRootTask() method in ActivityOptionsWrapper
88 mOptions.setLaunchRootTask(launchRootTaskToken); in setLaunchRootTask()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java418 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testOverridesDisplayAreaWithStandardTypeAndFullscreenMode()
435 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testOverridesDisplayAreaWithHomeTypeAndFullscreenMode()
453 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testOverridesDisplayAreaWithStandardTypeAndFreeformMode()
470 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken()
492 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaFeatureId()
541 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea()
572 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
DSafeActivityOptionsTest.java90 .setLaunchRootTask(token)) in test_selectiveCloneLunchRootTask()
DTaskDisplayAreaTests.java116 taskDisplayArea.setLaunchRootTask(rootTask, in getLaunchRootTask_checksFocusedRootTask()
151 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootRespectsResolvedWindowingMode()
172 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootUsesActivityOptionsWindowingMode()
DActivityStarterTests.java809 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatableImpl.java95 optionsWrapper.setLaunchRootTask(rootTaskToken); in onInterceptActivityLaunch()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java147 .setLaunchRootTask(options.getLaunchRootTask()) in cloneLaunchingOptions()
DTaskDisplayArea.java1003 void setLaunchRootTask(Task rootTask, int[] windowingModes, int[] activityTypes) {
DWindowOrganizerController.java1056 task.getDisplayArea().setLaunchRootTask(task, in applyHierarchyOp()
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt67 method public void setLaunchRootTask(android.os.IBinder);
/frameworks/base/core/java/android/app/
DActivityOptions.java1769 public ActivityOptions setLaunchRootTask(WindowContainerToken windowContainerToken) { in setLaunchRootTask() method in ActivityOptions
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java1891 options.setLaunchRootTask(launchTarget.mRootTaskInfo.token); in addActivityOptions()