Searched defs:startTasks (Results 1 – 4 of 4) 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 1131 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController.SplitScreenImpl 1332 public void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, in startTasks() method in SplitScreenController.ISplitScreenImpl
|
D | StageCoordinator.java | 723 void startTasks(int taskId1, @Nullable Bundle options1, int taskId2, @Nullable Bundle options2, in startTasks() method in StageCoordinator
|