Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipTaskOrganizer.java +7 −0 Original line number Diff line number Diff line Loading @@ -636,6 +636,13 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, return; } // bail early if leash is null if (mLeash == null) { ProtoLog.d(ShellProtoLogGroup.WM_SHELL_PICTURE_IN_PICTURE, "exitPip: leash is null"); return; } final Rect destinationBounds = new Rect(getExitDestinationBounds()); final int direction = syncWithSplitScreenBounds(destinationBounds, requestEnterSplit) ? TRANSITION_DIRECTION_LEAVE_PIP_TO_SPLIT_SCREEN Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipTaskOrganizer.java +7 −0 Original line number Diff line number Diff line Loading @@ -636,6 +636,13 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener, return; } // bail early if leash is null if (mLeash == null) { ProtoLog.d(ShellProtoLogGroup.WM_SHELL_PICTURE_IN_PICTURE, "exitPip: leash is null"); return; } final Rect destinationBounds = new Rect(getExitDestinationBounds()); final int direction = syncWithSplitScreenBounds(destinationBounds, requestEnterSplit) ? TRANSITION_DIRECTION_LEAVE_PIP_TO_SPLIT_SCREEN Loading