Searched refs:udfpsRadius (Results 1 – 4 of 4) sorted by relevance
103 private var udfpsRadius: Float = -1f in <lambda>() variable189 mView.setFingerprintSensorLocation(it, udfpsRadius) in <lambda>()199 logger.showingUnlockRippleAt(it.x, it.y, "FP sensor radius: $udfpsRadius") in <lambda>()307 mView.setFingerprintSensorLocation(it, udfpsRadius) in <lambda>()388 udfpsRadius = authController.udfpsRadius in <lambda>()407 "\n\tudfpsRadius=$udfpsRadius") in <lambda>()
167 authController.udfpsRadius.toInt(), in <lambda>()
163 centerIcon(udfpsLocation, authController.udfpsRadius, constraintSet) in <lambda>()
302 final float udfpsRadius = 10f; in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation() local305 when(mAuthController.getUdfpsRadius()).thenReturn(udfpsRadius); in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation()314 final float udfpsTop = udfpsLocationCenter.y - udfpsRadius - mMaxUdfpsBurnInOffsetY; in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation()