Home
last modified time | relevance | path

Searched refs:sensorProperties (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java292 @NonNull FingerprintSensorPropertiesInternal sensorProperties, int displayHeightPx, in calculateBottomSpacerHeightForPortrait()
295 final SensorLocationInternal location = sensorProperties.getLocation(); in calculateBottomSpacerHeightForPortrait()
359 @NonNull FingerprintSensorPropertiesInternal sensorProperties, int displayWidthPx, in calculateHorizontalSpacerWidthForLandscape()
361 final SensorLocationInternal location = sensorProperties.getLocation(); in calculateHorizontalSpacerWidthForLandscape()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DSensor.java439 @NonNull Handler handler, @NonNull FingerprintSensorPropertiesInternal sensorProperties, in Sensor() argument
448 mSensorProperties = sensorProperties; in Sensor()
508 @NonNull Handler handler, @NonNull FingerprintSensorPropertiesInternal sensorProperties, in Sensor() argument
512 this(tag, provider, context, handler, sensorProperties, lockoutResetDispatcher, in Sensor()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DSensor.java487 @NonNull Handler handler, @NonNull FaceSensorPropertiesInternal sensorProperties, in Sensor() argument
495 mSensorProperties = sensorProperties; in Sensor()
553 @NonNull Handler handler, @NonNull FaceSensorPropertiesInternal sensorProperties, in Sensor() argument
556 this(tag, provider, context, handler, sensorProperties, lockoutResetDispatcher, in Sensor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java4410 private boolean isClass3Biometric(SensorPropertiesInternal sensorProperties) { in isClass3Biometric() argument
4411 return sensorProperties.sensorStrength == SensorProperties.STRENGTH_STRONG; in isClass3Biometric()