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

Commit fd6a5b2c authored by Robert Snoeberger's avatar Robert Snoeberger Committed by android-build-merger
Browse files

Merge "Reduce overlap of analog clock with smart space." into qt-r1-dev am: 76bf35f6

am: 41e4ccab

Change-Id: I3f4510c351fea15c0014bc90f7d375ebd6485dd6
parents 4e0dffbc 41e4ccab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ public class ClockLayout extends FrameLayout {
                getBurnInOffset(mBurnInPreventionOffsetX * 2, true) - mBurnInPreventionOffsetX,
                mDarkAmount);
        final float offsetY = MathUtils.lerp(0f,
                getBurnInOffset(mBurnInPreventionOffsetY * 2, false) - mBurnInPreventionOffsetY,
                getBurnInOffset(mBurnInPreventionOffsetY * 2, false)
                        - 0.5f * mBurnInPreventionOffsetY,
                mDarkAmount);

        // Put the analog clock in the middle of the screen.