Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java401 @Nullable public PointF getUdfpsSensorLocation() { in getUdfpsSensorLocation() method in AuthController
414 if (getUdfpsSensorLocation() != null) { in getFingerprintSensorLocation()
415 return getUdfpsSensorLocation(); in getFingerprintSensorLocation()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DLockIconViewControllerTest.java402 when(mAuthController.getUdfpsSensorLocation()).thenReturn(udfpsLocation); in setupUdfps()