Searched refs:startVel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 687 public PhysicsPropertyAnimator withStartVelocity(float startVel) { 688 mDefaultStartVelocity = startVel; 811 float startVel, 842 if (startVel > -Float.MAX_VALUE) { 843 animation.setStartVelocity(startVel);
|
/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()
|