Loading libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/StageCoordinator.java +1 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,7 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler, /** * Deactivates main stage by removing the stage from the top level split root (usually when a * task underneath gets removed from the stage root). * This function should always be called as part of exiting split screen. * @param stageToTop stage which we want to put on top */ private void deactivateSplit(WindowContainerTransaction wct, @StageType int stageToTop) { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/StageCoordinator.java +1 −0 Original line number Diff line number Diff line Loading @@ -501,6 +501,7 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler, /** * Deactivates main stage by removing the stage from the top level split root (usually when a * task underneath gets removed from the stage root). * This function should always be called as part of exiting split screen. * @param stageToTop stage which we want to put on top */ private void deactivateSplit(WindowContainerTransaction wct, @StageType int stageToTop) { Loading