Searched refs:STIFFNESS_LOW (Results 1 – 14 of 14) sorted by relevance
37 import androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW81 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
40 import androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW87 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) in <lambda>()281 springConfig.apply { stiffness = SpringForce.STIFFNESS_LOW }) in <lambda>()
20 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW;127 new PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_NO_BOUNCY);
20 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW;130 new PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_NO_BOUNCY);
238 .setStiffness(SpringForce.STIFFNESS_LOW) in animateBackToExpanded()
540 .setStiffness(SpringForce.STIFFNESS_LOW); in getSpringForce()
79 public static final float IME_ANIMATION_STIFFNESS = SpringForce.STIFFNESS_LOW;
322 shadeAnimation.setStiffness(SpringForce.STIFFNESS_LOW) in <lambda>()
54 PhysicsAnimator.SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY)
110 .setStiffness(SpringForce.STIFFNESS_LOW) in <lambda>()
86 new SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY);
1004 .setStiffness(SpringForce.STIFFNESS_LOW) in BubbleStackView()3039 : SpringForce.STIFFNESS_LOW); in animateFlyoutCollapsed()