Home
last modified time | relevance | path

Searched refs:startTasks (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreen.java83 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method
DISplitScreen.aidl93 oneway void startTasks(int taskId1, in Bundle options1, int taskId2, in Bundle options2, in startTasks() method
DSplitScreenController.java509 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()
DStageCoordinator.java723 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/
DMediaProjectionRecentsViewControllerTest.kt111 .startTasks( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewController.kt209 splitScreen.get().startTasks(taskId, activityOptions.toBundle(), task2Id, null, in <lambda>()