Searched refs:DAMPING_RATIO_LOW_BOUNCY (Results 1 – 10 of 10) sorted by relevance
36 import androidx.dynamicanimation.animation.SpringForce.DAMPING_RATIO_LOW_BOUNCY81 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
39 import androidx.dynamicanimation.animation.SpringForce.DAMPING_RATIO_LOW_BOUNCY87 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
68 public static final float DAMPING_RATIO_LOW_BOUNCY = 0.75f; field in SpringForce
56 SpringForce.STIFFNESS_MEDIUM, SpringForce.DAMPING_RATIO_LOW_BOUNCY); in BubbleBarMenuViewController()
55 SpringForce.DAMPING_RATIO_LOW_BOUNCY in onEducationVisibilityChanged()
239 .setDampingRatio(SpringForce.DAMPING_RATIO_LOW_BOUNCY) in animateBackToExpanded()
54 PhysicsAnimator.SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY)
111 .setDampingRatio(SpringForce.DAMPING_RATIO_LOW_BOUNCY) in <lambda>()
86 new SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY);
901 SpringForce.STIFFNESS_MEDIUM, SpringForce.DAMPING_RATIO_LOW_BOUNCY);1005 .setDampingRatio(SpringForce.DAMPING_RATIO_LOW_BOUNCY)); in BubbleStackView()