Searched refs:getMinVelocityPxPerSecond (Results 1 – 6 of 6) sorted by relevance
313 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
387 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond(); in animateDismiss()
690 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond();
686 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
1180 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()
679 if (event.velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond()) {