Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityOptionsWrapper.java98 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/
DSafeActivityOptionsTest.java71 .setLaunchRootTask(token)) in test_selectiveCloneLunchRootTask()
DTaskLaunchParamsModifierTests.java436 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()
DTaskDisplayAreaTests.java116 taskDisplayArea.setLaunchRootTask(rootTask, in getLaunchRootTask_checksFocusedRootTask()
151 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootRespectsResolvedWindowingMode()
172 taskDisplayArea.setLaunchRootTask( in getOrCreateLaunchRootUsesActivityOptionsWindowingMode()
DActivityStarterTests.java1109 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatableImpl.java82 optionsWrapper.setLaunchRootTask(rootTaskToken); in onInterceptActivityLaunch()
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt49 …resApi(android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE) public void setLaunchRootTask(android.os.I…
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java147 .setLaunchRootTask(options.getLaunchRootTask()) in cloneLaunchingOptions()
DTaskDisplayArea.java1002 void setLaunchRootTask(Task rootTask, int[] windowingModes, int[] activityTypes) {
DWindowOrganizerController.java906 task.getDisplayArea().setLaunchRootTask(task, in applyHierarchyOp()
/frameworks/base/core/java/android/app/
DActivityOptions.java1722 public ActivityOptions setLaunchRootTask(WindowContainerToken windowContainerToken) { in setLaunchRootTask() method in ActivityOptions