Searched refs:startTasks (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreen.java | 83 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method
|
D | ISplitScreen.aidl | 93 oneway void startTasks(int taskId1, in Bundle options1, int taskId2, in Bundle options2, in startTasks() method
|
D | SplitScreenController.java | 509 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController 513 mStageCoordinator.startTasks(taskId1, options1, taskId2, options2, splitPosition, in startTasks() 1131 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController.SplitScreenImpl 1134 mMainExecutor.execute(() -> SplitScreenController.this.startTasks( in startTasks() 1332 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController.ISplitScreenImpl 1337 (controller) -> controller.mStageCoordinator.startTasks(taskId1, options1, in startTasks()
|
D | StageCoordinator.java | 723 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, @Nullable Bundle options2, in startTasks() method in StageCoordinator
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionRecentsViewControllerTest.kt | 111 .startTasks( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionRecentsViewController.kt | 209 splitScreen.get().startTasks(taskId, activityOptions.toBundle(), task2Id, null, in <lambda>()
|