Searched refs:sensorProperties (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsDialogMeasureAdapter.java | 292 @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 D | Sensor.java | 439 @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 D | Sensor.java | 487 @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 D | KeyguardUpdateMonitor.java | 4410 private boolean isClass3Biometric(SensorPropertiesInternal sensorProperties) { in isClass3Biometric() argument 4411 return sensorProperties.sensorStrength == SensorProperties.STRENGTH_STRONG; in isClass3Biometric()
|