Searched refs:enterSplitScreen (Results 1 – 3 of 3) sorted by relevance
326 void enterSplitScreen(int taskId, boolean leftOrTop); in enterSplitScreen() method379 public void enterSplitScreen(int taskId, boolean leftOrTop) { in enterSplitScreen() method in DragAndDropPolicy.DefaultStarter
429 public void enterSplitScreen(int taskId, boolean leftOrTop) { in enterSplitScreen() method in SplitScreenController430 enterSplitScreen(taskId, leftOrTop, new WindowContainerTransaction()); in enterSplitScreen()433 public void enterSplitScreen(int taskId, boolean leftOrTop, WindowContainerTransaction wct) { in enterSplitScreen() method in SplitScreenController
1773 splitScreenController.enterSplitScreen(mTaskInfo.taskId, wasPipTopLeft, wct)); in applyFinishBoundsResize()