Searched refs:setStartVelocity (Results 1 – 17 of 17) sorted by relevance
97 anim.setStartValue(100).setStartVelocity(2000).start(); in testCustomProperties()112 final FlingAnimation anim = new FlingAnimation(floatValueHolder).setStartVelocity(-2500); in testFloatValueHolder()149 animHighFriction.setStartVelocity(5000).setStartValue(0).start(); in testFriction()150 animLowFriction.setStartVelocity(5000).setStartValue(0).start(); in testFriction()201 animHighThreshold.setStartVelocity(2000).setStartValue(0).start(); in testVelocityThreshold()202 animLowThreshold.setStartVelocity(2000).setStartValue(0).start(); in testVelocityThreshold()
334 springAnims[j].setStartValue(0).setStartVelocity(500); in testStiffness()477 anim.setStartValue(1.0f).setStartVelocity(8000f) in testSetMinMax()
149 public FlingAnimation setStartVelocity(float startVelocity) { in setStartVelocity() method in FlingAnimation150 super.setStartVelocity(startVelocity); in setStartVelocity()
402 public T setStartVelocity(float startVelocity) { in setStartVelocity() method in DynamicAnimation
15 method public T setStartVelocity(float);55 method public android.support.animation.FlingAnimation setStartVelocity(float);
15 method public T setStartVelocity(float);55 method public androidx.dynamicanimation.animation.FlingAnimation setStartVelocity(float);
94 anim.setStartVelocity(velocity).start(); in onCreate()
15 method public T setStartVelocity(float);
13 method public T setStartVelocity(float);