Loading libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/SplashScreenExitAnimationUtils.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/SplashScreenExitAnimationUtils.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading