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

Commit b6a39740 authored by Josh Tsuji's avatar Josh Tsuji Committed by Automerger Merge Worker
Browse files

Merge "Start and end the lift reveal glow slightly farther off screen so it's...

Merge "Start and end the lift reveal glow slightly farther off screen so it's not slightly visible at the end state." into sc-dev am: 172b1f1f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15096487

Change-Id: Ib005f2bcbc75aa062e72a65e361f0da33889b843
parents 4dfd5b85 172b1f1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ object LiftReveal : LightRevealEffect {
    private const val OVAL_INITIAL_WIDTH_PERCENT = 0.5f

    /** The initial top value of the light oval, in percent of scrim height. */
    private const val OVAL_INITIAL_TOP_PERCENT = 1.05f
    private const val OVAL_INITIAL_TOP_PERCENT = 1.1f

    /** The initial bottom value of the light oval, in percent of scrim height. */
    private const val OVAL_INITIAL_BOTTOM_PERCENT = 1.2f