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