Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c8e0f44 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Run reveal animation from relative top of window" into main

parents c80b0a81 0500ea70
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -390,7 +390,7 @@ public class SplashScreenExitAnimationUtils {
                                SurfaceControl firstWindowSurface, ViewGroup splashScreenView,
                                SurfaceControl firstWindowSurface, ViewGroup splashScreenView,
                                TransactionPool transactionPool, Rect firstWindowFrame,
                                TransactionPool transactionPool, Rect firstWindowFrame,
                                int mainWindowShiftLength, float roundedCornerRadius) {
                                int mainWindowShiftLength, float roundedCornerRadius) {
            mFromYDelta = fromYDelta - roundedCornerRadius;
            mFromYDelta = fromYDelta - Math.max(firstWindowFrame.top, roundedCornerRadius);
            mToYDelta = toYDelta;
            mToYDelta = toYDelta;
            mOccludeHoleView = occludeHoleView;
            mOccludeHoleView = occludeHoleView;
            mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView);
            mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView);