Searched refs:startVelocity (Results 1 – 2 of 2) sorted by relevance
149 public FlingAnimation setStartVelocity(float startVelocity) { in setStartVelocity() argument150 super.setStartVelocity(startVelocity); in setStartVelocity()
402 public T setStartVelocity(float startVelocity) { in setStartVelocity() argument403 mVelocity = startVelocity; in setStartVelocity()