Searched refs:udfpsLocation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySection.kt | 147 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/ |
D | LockSection.kt | 159 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/ |
D | LegacyLockIconViewControllerBaseTest.java | 191 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/ |
D | DeviceEntryUdfpsInteractor.kt | 67 val udfpsLocation: Flow<SensorLocation?> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | DeviceEntryIconViewModel.kt | 77 val udfpsLocation: StateFlow<SensorLocation?> = in <lambda>() constant 78 deviceEntryUdfpsInteractor.udfpsLocation.stateIn( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthRippleControllerTest.kt | 170 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardNotShowing_NoRipple() 192 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()
|