Searched refs:stiffness (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 705 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/ |
D | PhysicsAnimationLayoutTestCase.java | 216 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/ |
D | physics-animation-layout.md | 4 …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…
|