Home
last modified time | relevance | path

Searched refs:exceedsVelocityThreshold (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java417 public static boolean exceedsVelocityThreshold(float velocity) { in exceedsVelocityThreshold() method in UdfpsController
744 final boolean exceedsVelocityThreshold = exceedsVelocityThreshold(v); in oldOnTouch()
747 minor, major, v, exceedsVelocityThreshold); in oldOnTouch()
750 if (!mOnFingerDown && !mAcquiredReceived && !exceedsVelocityThreshold) { in oldOnTouch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java648 && UdfpsController.exceedsVelocityThreshold(velocity)) { in onTouchEvent()