Home
last modified time | relevance | path

Searched refs:stiffness (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java705 public PhysicsPropertyAnimator withStiffness(float stiffness) {
706 mStiffness = stiffness;
813 float stiffness,
839 animationSpring.setStiffness(stiffness);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java216 float value, float startVel, long startDelay, float stiffness, in animateValueForChild() argument
219 property, view, value, startVel, startDelay, stiffness, dampingRatio, in animateValueForChild()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md4 …ich properties to animate, which animations to chain together, and what stiffness or bounciness to…
25 …imations of the given property. This allows the controller to configure stiffness and bounciness v…