Merge "Use stiffer spring for blurs" into rvc-dev am: a957475923 am: 9b1168dce5

Change-Id: If442f47dd9a4995d1f707bc6815ca6a3e3abfed3
This commit is contained in:
Lucas Dupin
2020-04-02 01:05:00 +00:00
committed by Automerger Merge Worker

View File

@@ -239,7 +239,7 @@ class NotificationShadeDepthController @Inject constructor(
init {
springAnimation.spring = SpringForce(0.0f)
springAnimation.spring.dampingRatio = SpringForce.DAMPING_RATIO_NO_BOUNCY
springAnimation.spring.stiffness = SpringForce.STIFFNESS_MEDIUM
springAnimation.spring.stiffness = SpringForce.STIFFNESS_HIGH
springAnimation.addEndListener { _, _, _, _ -> pendingRadius = -1 }
}