Searched refs:sensorProperties (Results 1 – 4 of 4) sorted by relevance
297 @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()
92 @NonNull Handler handler, @NonNull FaceSensorPropertiesInternal sensorProperties, in Sensor() argument98 mSensorProperties = sensorProperties; in Sensor()
98 @NonNull FingerprintSensorPropertiesInternal sensorProperties, in Sensor() argument104 mSensorProperties = sensorProperties; in Sensor()
3935 private boolean isClass3Biometric(SensorPropertiesInternal sensorProperties) { in isClass3Biometric() argument3936 return sensorProperties.sensorStrength == SensorProperties.STRENGTH_STRONG; in isClass3Biometric()