Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java297 @NonNull FingerprintSensorPropertiesInternal sensorProperties, int displayHeightPx, in calculateBottomSpacerHeightForPortrait()
300 final SensorLocationInternal location = sensorProperties.getLocation(); in calculateBottomSpacerHeightForPortrait()
364 @NonNull FingerprintSensorPropertiesInternal sensorProperties, int displayWidthPx, in calculateHorizontalSpacerWidthForLandscape()
366 final SensorLocationInternal location = sensorProperties.getLocation(); in calculateHorizontalSpacerWidthForLandscape()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java92 @NonNull Handler handler, @NonNull FaceSensorPropertiesInternal sensorProperties, in Sensor() argument
98 mSensorProperties = sensorProperties; in Sensor()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensor.java98 @NonNull FingerprintSensorPropertiesInternal sensorProperties, in Sensor() argument
104 mSensorProperties = sensorProperties; in Sensor()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3935 private boolean isClass3Biometric(SensorPropertiesInternal sensorProperties) { in isClass3Biometric() argument
3936 return sensorProperties.sensorStrength == SensorProperties.STRENGTH_STRONG; in isClass3Biometric()