Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt147 deviceEntryIconViewModel.get().udfpsLocation.value?.let { udfpsLocation -> in <lambda>() method
150 "udfpsLocation=$udfpsLocation, " + in <lambda>()
155 Point(udfpsLocation.centerX.toInt(), udfpsLocation.centerY.toInt()), in <lambda>()
156 udfpsLocation.radius, in <lambda>()
161 authController.udfpsLocation?.let { udfpsLocation -> in <lambda>() method
162 Log.d("DeviceEntrySection", "udfpsLocation=$udfpsLocation") in <lambda>()
163 centerIcon(udfpsLocation, authController.udfpsRadius, constraintSet) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt159 val udfpsLocation = authController.udfpsLocation in <lambda>() constant
161 if (authController.isUdfpsSupported && udfpsLocation != null) { in <lambda>()
164 x = udfpsLocation.x, in <lambda>()
165 y = udfpsLocation.y, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java191 final Point udfpsLocation = new Point(50, 75); in setupUdfps() local
193 when(mAuthController.getUdfpsLocation()).thenReturn(udfpsLocation); in setupUdfps()
196 return new Pair(radius, udfpsLocation); in setupUdfps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryUdfpsInteractor.kt67 val udfpsLocation: Flow<SensorLocation?> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.kt77 val udfpsLocation: StateFlow<SensorLocation?> = in <lambda>() constant
78 deviceEntryUdfpsInteractor.udfpsLocation.stateIn( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt170 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardNotShowing_NoRipple()
192 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()