Searched refs:setLaunchRootTask (Results 1 – 11 of 11) sorted by relevance
| /frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
| D | ActivityOptionsWrapper.java | 98 public void setLaunchRootTask(IBinder windowContainerToken) { in setLaunchRootTask() method in ActivityOptionsWrapper 101 mOptions.setLaunchRootTask(launchRootTaskToken); in setLaunchRootTask()
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | SafeActivityOptionsTest.java | 71 .setLaunchRootTask(token)) in test_selectiveCloneLunchRootTask()
|
| D | TaskLaunchParamsModifierTests.java | 436 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testOverridesDisplayAreaWithStandardTypeAndFullscreenMode() 453 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testOverridesDisplayAreaWithHomeTypeAndFullscreenMode() 471 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testOverridesDisplayAreaWithStandardTypeAndFreeformMode() 488 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken() 510 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FULLSCREEN }, in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaFeatureId() 559 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea() 590 secondaryDisplayArea.setLaunchRootTask(launchRoot, new int[] { WINDOWING_MODE_FREEFORM }, in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
|
| D | TaskDisplayAreaTests.java | 116 taskDisplayArea.setLaunchRootTask(rootTask, in getLaunchRootTask_checksFocusedRootTask() 151 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootRespectsResolvedWindowingMode() 172 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootUsesActivityOptionsWindowingMode()
|
| D | ActivityStarterTests.java | 1109 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
|
| /frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
| D | CarActivityInterceptorUpdatableImpl.java | 82 optionsWrapper.setLaunchRootTask(rootTaskToken); in onInterceptActivityLaunch()
|
| /frameworks/opt/car/services/builtInServices/api/ |
| D | module-lib-current.txt | 49 …resApi(android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE) public void setLaunchRootTask(android.os.I…
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | SafeActivityOptions.java | 147 .setLaunchRootTask(options.getLaunchRootTask()) in cloneLaunchingOptions()
|
| D | TaskDisplayArea.java | 1002 void setLaunchRootTask(Task rootTask, int[] windowingModes, int[] activityTypes) {
|
| D | WindowOrganizerController.java | 906 task.getDisplayArea().setLaunchRootTask(task, in applyHierarchyOp()
|
| /frameworks/base/core/java/android/app/ |
| D | ActivityOptions.java | 1722 public ActivityOptions setLaunchRootTask(WindowContainerToken windowContainerToken) { in setLaunchRootTask() method in ActivityOptions
|