Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
H A DDefaultLockIconSection.kt59 authController.udfpsLocation?.let { udfpsLocation ->
61 udfpsLocation,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerBaseTest.java183 final Point udfpsLocation = new Point(50, 75); in setupUdfps() local
185 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocation); in setupUdfps()
188 return new Pair(radius, udfpsLocation); in setupUdfps()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt162 `when`(authController.udfpsLocation).thenReturn(fpsLocation)
184 `when`(authController.udfpsLocation).thenReturn(fpsLocation)