Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java221 float value, float startVel, long startDelay, float stiffness, in animateValueForChild() argument
224 property, view, value, startVel, startDelay, stiffness, dampingRatio, in animateValueForChild()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java892 public PhysicsPropertyAnimator withStartVelocity(float startVel) {
893 mDefaultStartVelocity = startVel;
1045 float startVel,
1083 if (startVel > -Float.MAX_VALUE) {
1084 animation.setStartVelocity(startVel);