Home | History | Annotate | Download | only in views

Lines Matching refs:velocity

588         if (event.velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond()) {
596 mFlingAnimationUtils.apply(animator, getTranslationY(), getHeight(), event.velocity);
600 mFlingAnimationUtils.apply(animator, getTranslationY(), 0, event.velocity);