Home
last modified time | relevance | path

Searched refs:sensorLocations (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java50 @NonNull List<SensorLocationInternal> sensorLocations) { in FingerprintSensorPropertiesInternal() argument
58 this.mSensorLocations = List.copyOf(sensorLocations); in FingerprintSensorPropertiesInternal()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/
H A DSensorProps.aidl39 SensorLocation[] sensorLocations;
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/
H A DSensorProps.aidl39 android.hardware.biometrics.fingerprint.SensorLocation[] sensorLocations;
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/
H A DSensorProps.aidl39 android.hardware.biometrics.fingerprint.SensorLocation[] sensorLocations;
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProvider.java174 prop.sensorLocations[0].sensorLocationX, in FingerprintProvider()
175 prop.sensorLocations[0].sensorLocationY, in FingerprintProvider()
176 prop.sensorLocations[0].sensorRadius))); in FingerprintProvider()
665 final List<SensorLocationInternal> sensorLocations = new ArrayList<>(); in getWorkaroundSensorProps() local
675 sensorLocations.add(location); in getWorkaroundSensorProps()
681 return sensorLocations; in getWorkaroundSensorProps()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProviderTest.java96 sensor1.sensorLocations = new SensorLocation[]{new SensorLocation()}; in setUp()
100 sensor2.sensorLocations = new SensorLocation[]{new SensorLocation()}; in setUp()