diff options
| author | Kevin Chyn <kchyn@google.com> | 2021-02-26 21:35:12 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-02-26 21:35:12 +0000 |
| commit | e9e5607415ac2f13d684ed7611535dcb7ce2de18 (patch) | |
| tree | 20c33c42f7c117bb0531a40064b11cf858c7b04e /core/java/android | |
| parent | 8760b38f802cff24c2b00a13d7c70d00bbc69dcb (diff) | |
| parent | f52e94c0cfc8b1eefa597f48efd39f488c9bd774 (diff) | |
Merge changes Ib61c9a4f,I308cd691 into sc-dev
* changes:
Inflate a new UdfpsView for each new operation
Add defaults to fix fake UDFPS
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/hardware/fingerprint/FingerprintSensorPropertiesInternal.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/fingerprint/FingerprintSensorPropertiesInternal.java b/core/java/android/hardware/fingerprint/FingerprintSensorPropertiesInternal.java index 663a70452b24..51addc95ac79 100644 --- a/core/java/android/hardware/fingerprint/FingerprintSensorPropertiesInternal.java +++ b/core/java/android/hardware/fingerprint/FingerprintSensorPropertiesInternal.java @@ -85,8 +85,8 @@ public class FingerprintSensorPropertiesInternal extends SensorPropertiesInterna boolean resetLockoutRequiresHardwareAuthToken) { // TODO(b/179175438): Value should be provided from the HAL this(sensorId, strength, maxEnrollmentsPerUser, sensorType, - resetLockoutRequiresHardwareAuthToken, 0 /* sensorLocationX */, - 0 /* sensorLocationY */, 0 /* sensorRadius */); + resetLockoutRequiresHardwareAuthToken, 540 /* sensorLocationX */, + 1636 /* sensorLocationY */, 130 /* sensorRadius */); } /** |
