Home
last modified time | relevance | path

Searched refs:startVel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java687 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/
DPhysicsAnimationLayoutTestCase.java216 float value, float startVel, long startDelay, float stiffness, in animateValueForChild() argument
219 property, view, value, startVel, startDelay, stiffness, dampingRatio, in animateValueForChild()