Searched refs:exceedsVelocityThreshold (Results 1 – 2 of 2) sorted by relevance
417 public static boolean exceedsVelocityThreshold(float velocity) { in exceedsVelocityThreshold() method in UdfpsController744 final boolean exceedsVelocityThreshold = exceedsVelocityThreshold(v); in oldOnTouch()747 minor, major, v, exceedsVelocityThreshold); in oldOnTouch()750 if (!mOnFingerDown && !mAcquiredReceived && !exceedsVelocityThreshold) { in oldOnTouch()
648 && UdfpsController.exceedsVelocityThreshold(velocity)) { in onTouchEvent()