Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java320 mController.onTouchOutsideView(); in testHiddenUdfpsBouncerOnTouchOutside_nothingHappens()
338 mController.onTouchOutsideView(); in testShowingUdfpsBouncerOnTouchOutsideWithinThreshold_nothingHappens()
356 mController.onTouchOutsideView(); in testShowingUdfpsBouncerOnTouchOutsideAboveThreshold_showInputBouncer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsView.java157 void onTouchOutsideView() { in onTouchOutsideView() method in UdfpsView
159 mAnimationViewController.onTouchOutsideView(); in onTouchOutsideView()
H A DUdfpsAnimationViewController.java186 void onTouchOutsideView() { } in onTouchOutsideView() method in UdfpsAnimationViewController
H A DUdfpsKeyguardViewController.java252 public void onTouchOutsideView() { in onTouchOutsideView() method in UdfpsKeyguardViewController
H A DUdfpsController.java405 udfpsView.onTouchOutsideView(); in onTouch()