Loading libs/WindowManager/Shell/src/com/android/wm/shell/back/CrossActivityAnimation.java +2 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,8 @@ public class CrossActivityAnimation extends ShellBackAnimation { // Draw background with task background color. mBackground.ensureBackground(mClosingTarget.windowConfiguration.getBounds(), mEnteringTarget.taskInfo.taskDescription.getBackgroundColor(), mTransaction); setEnteringProgress(0); setLeavingProgress(0); } private void applyTransform(SurfaceControl leash, RectF targetRect, float targetAlpha) { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/back/CrossActivityAnimation.java +2 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,8 @@ public class CrossActivityAnimation extends ShellBackAnimation { // Draw background with task background color. mBackground.ensureBackground(mClosingTarget.windowConfiguration.getBounds(), mEnteringTarget.taskInfo.taskDescription.getBackgroundColor(), mTransaction); setEnteringProgress(0); setLeavingProgress(0); } private void applyTransform(SurfaceControl leash, RectF targetRect, float targetAlpha) { Loading