HomeSort by relevance Sort by last modified time
    Searched refs:setStartVelocity (Results 1 - 6 of 6) sorted by null

  /frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
FlingTests.java 97 anim.setStartValue(100).setStartVelocity(2000).start();
112 final FlingAnimation anim = new FlingAnimation(floatValueHolder).setStartVelocity(-2500);
149 animHighFriction.setStartVelocity(5000).setStartValue(0).start();
150 animLowFriction.setStartVelocity(5000).setStartValue(0).start();
201 animHighThreshold.setStartVelocity(2000).setStartValue(0).start();
202 animLowThreshold.setStartVelocity(2000).setStartValue(0).start();
SpringTests.java 332 springAnims[j].setStartValue(0).setStartVelocity(500);
475 anim.setStartValue(1.0f).setStartVelocity(8000f)
  /frameworks/support/dynamic-animation/src/android/support/animation/
FlingAnimation.java 34 * .setStartVelocity(-2000)
131 * set through {@link #setStartVelocity(float)}, the start velocity defaults to 0. In that
149 public FlingAnimation setStartVelocity(float startVelocity) {
150 super.setStartVelocity(startVelocity);
DynamicAnimation.java 34 * {@link #setStartVelocity(float)}.
399 public T setStartVelocity(float startVelocity) {
  /frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
SpringActivity.java 93 anim.setStartVelocity(velocity).start();
  /prebuilts/sdk/current/support/dynamic-animation/
android-support-dynamic-animation.jar 

Completed in 141 milliseconds