Searched refs:STIFFNESS_MEDIUM (Results 1 – 9 of 9) sorted by relevance
43 public static final float STIFFNESS_MEDIUM = 1500f; field in SpringForce82 double mNaturalFreq = Math.sqrt(STIFFNESS_MEDIUM);
106 .setStiffness(SpringForce.STIFFNESS_MEDIUM) in BackProgressAnimator()
56 SpringForce.STIFFNESS_MEDIUM, SpringForce.DAMPING_RATIO_LOW_BOUNCY); in BubbleBarMenuViewController()
54 SpringForce.STIFFNESS_MEDIUM, in onEducationVisibilityChanged()
21 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_MEDIUM;118 new PhysicsAnimator.SpringConfig(STIFFNESS_MEDIUM, DAMPING_RATIO_NO_BOUNCY);
21 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_MEDIUM;121 new PhysicsAnimator.SpringConfig(STIFFNESS_MEDIUM, DAMPING_RATIO_NO_BOUNCY);
266 SpringForce.STIFFNESS_MEDIUM, SpringForce.DAMPING_RATIO_NO_BOUNCY) in <lambda>()
68 SpringForce.STIFFNESS_MEDIUM,
901 SpringForce.STIFFNESS_MEDIUM, SpringForce.DAMPING_RATIO_LOW_BOUNCY);3038 ? SpringForce.STIFFNESS_MEDIUM in animateFlyoutCollapsed()