Searched refs:stiffness (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 215 float value, float startVel, long startDelay, float stiffness, in animateValueForChild() argument 218 property, view, value, startVel, startDelay, stiffness, dampingRatio, in animateValueForChild()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 829 public PhysicsPropertyAnimator withStiffness(float stiffness) { 830 mStiffness = stiffness; 958 float stiffness, 984 animationSpring.setStiffness(stiffness);
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 29 …imations of the given property. This allows the controller to configure stiffness and bounciness v…
|