Searched refs:startTasks (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | ISplitScreen.aidl | 93 oneway void startTasks(int taskId1, in Bundle options1, int taskId2, in Bundle options2, in startTasks() method
|
H A D | SplitScreenController.java | 1251 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController.ISplitScreenImpl 1255 (controller) -> controller.mStageCoordinator.startTasks(taskId1, options1, in startTasks()
|
H A D | StageCoordinator.java | 642 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in StageCoordinator
|