Searched refs:setLaunchRootTask (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | ActivityOptionsWrapper.java | 85 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/ |
D | TaskLaunchParamsModifierTests.java | 418 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()
|
D | SafeActivityOptionsTest.java | 90 .setLaunchRootTask(token)) in test_selectiveCloneLunchRootTask()
|
D | TaskDisplayAreaTests.java | 116 taskDisplayArea.setLaunchRootTask(rootTask, in getLaunchRootTask_checksFocusedRootTask() 151 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootRespectsResolvedWindowingMode() 172 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootUsesActivityOptionsWindowingMode()
|
D | ActivityStarterTests.java | 809 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
|
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarActivityInterceptorUpdatableImpl.java | 95 optionsWrapper.setLaunchRootTask(rootTaskToken); in onInterceptActivityLaunch()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 147 .setLaunchRootTask(options.getLaunchRootTask()) in cloneLaunchingOptions()
|
D | TaskDisplayArea.java | 1003 void setLaunchRootTask(Task rootTask, int[] windowingModes, int[] activityTypes) {
|
D | WindowOrganizerController.java | 1056 task.getDisplayArea().setLaunchRootTask(task, in applyHierarchyOp()
|
/frameworks/opt/car/services/builtInServices/api/ |
D | module-lib-current.txt | 67 method public void setLaunchRootTask(android.os.IBinder);
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 1769 public ActivityOptions setLaunchRootTask(WindowContainerToken windowContainerToken) { in setLaunchRootTask() method in ActivityOptions
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 1891 options.setLaunchRootTask(launchTarget.mRootTaskInfo.token); in addActivityOptions()
|