Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java215 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/
DPhysicsAnimationLayout.java829 public PhysicsPropertyAnimator withStiffness(float stiffness) {
830 mStiffness = stiffness;
958 float stiffness,
984 animationSpring.setStiffness(stiffness);
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md29 …imations of the given property. This allows the controller to configure stiffness and bounciness v…