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: 172b1f1f02

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

Change-Id: I85fb1f1a63d101ddb9f61e03665562c5ef0a7244
This commit is contained in:
Josh Tsuji
2021-06-24 21:32:13 +00:00
committed by Automerger Merge Worker

View File

@@ -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