Loading libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/SplitTaskUnfoldAnimator.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -334,8 +334,8 @@ public class SplitTaskUnfoldAnimator implements UnfoldTaskAnimator, // Sides adjacent to split bar or task bar are not be animated. // Sides adjacent to split bar or task bar are not be animated. Insets margins; Insets margins; final boolean isLandscape = mRootStageBounds.width() > mRootStageBounds.height(); final boolean isLeftRightSplit = mSplitScreenController.get().get().isLeftRightSplit(); if (isLandscape) { // Left and right splits. if (isLeftRightSplit) { margins = getLandscapeMargins(margin, taskbarExpanded); margins = getLandscapeMargins(margin, taskbarExpanded); } else { // Top and bottom splits. } else { // Top and bottom splits. margins = getPortraitMargins(margin, taskbarExpanded); margins = getPortraitMargins(margin, taskbarExpanded); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/SplitTaskUnfoldAnimator.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -334,8 +334,8 @@ public class SplitTaskUnfoldAnimator implements UnfoldTaskAnimator, // Sides adjacent to split bar or task bar are not be animated. // Sides adjacent to split bar or task bar are not be animated. Insets margins; Insets margins; final boolean isLandscape = mRootStageBounds.width() > mRootStageBounds.height(); final boolean isLeftRightSplit = mSplitScreenController.get().get().isLeftRightSplit(); if (isLandscape) { // Left and right splits. if (isLeftRightSplit) { margins = getLandscapeMargins(margin, taskbarExpanded); margins = getLandscapeMargins(margin, taskbarExpanded); } else { // Top and bottom splits. } else { // Top and bottom splits. margins = getPortraitMargins(margin, taskbarExpanded); margins = getPortraitMargins(margin, taskbarExpanded); Loading