Merge "Scale the surface by progress when auto enter PiP" into tm-qpr-dev

This commit is contained in:
Hongwei Wang
2022-06-28 16:40:21 +00:00
committed by Android (Google) Code Review
@@ -253,7 +253,7 @@ public class SwipePipToHomeAnimator extends RectFSpringAnim {
rotatedPosition.degree, rotatedPosition.positionX, rotatedPosition.positionY);
} else {
return mSurfaceTransactionHelper.scaleAndCrop(tx, mLeash, mSourceRectHint, mAppBounds,
bounds, insets);
bounds, insets, progress);
}
}