Searched refs:getMinVelocityPxPerSecond (Results 1 – 5 of 5) sorted by relevance
298 public float getMinVelocityPxPerSecond() { in getMinVelocityPxPerSecond() method in FlingAnimationUtils
370 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond(); in animateDismiss()
682 final boolean isFling = velocity > mFlingAnimationUtils.getMinVelocityPxPerSecond();
696 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
832 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()