Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java166 private boolean mAttemptedToDismissKeyguard; field in UdfpsController
438 mAttemptedToDismissKeyguard = true; in onTouch()
460 mAttemptedToDismissKeyguard = true; in onTouch()
537 mAttemptedToDismissKeyguard = false; in onTouch()
553 && !mAttemptedToDismissKeyguard; in shouldTryToDismissKeyguard()
806 mAttemptedToDismissKeyguard = false; in showUdfpsOverlay()