Searched refs:STIFFNESS_LOW (Results 1 – 11 of 11) sorted by relevance
37 import androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW79 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
47 public static final float STIFFNESS_LOW = 200f; field in SpringForce
65 SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_NO_BOUNCY)281 springConfig.apply { stiffness = SpringForce.STIFFNESS_LOW })
20 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW;122 new PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_NO_BOUNCY);
258 .setStiffness(SpringForce.STIFFNESS_LOW) in animateBackToExpanded()
510 .setStiffness(SpringForce.STIFFNESS_LOW); in getSpringForce()
78 public static final float IME_ANIMATION_STIFFNESS = SpringForce.STIFFNESS_LOW;
321 shadeAnimation.setStiffness(SpringForce.STIFFNESS_LOW)
52 PhysicsAnimator.SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY)
85 new SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY);
959 .setStiffness(SpringForce.STIFFNESS_LOW) in BubbleStackView()2741 : SpringForce.STIFFNESS_LOW); in animateFlyoutCollapsed()