Reduce number of checks for ellipse detection
Changes minimum threshold and number of points that are checked when computing ellipse sensor overlap. Test: atest SystemUITests:com.android.systemui.biometrics Bug: 280184163 Change-Id: I17708aa072221849d41d287f75b13aac8d4f8fdb
This commit is contained in:
@@ -5170,10 +5170,11 @@
|
||||
<item>0,0,1.0,0,1</item>
|
||||
<item>1,1,1.0,0,1</item>
|
||||
<item>1,1,1.0,.4,1</item>
|
||||
<item>1,1,1.0,.15,15</item>
|
||||
</string-array>
|
||||
|
||||
<!-- The integer index of the selected option in config_udfps_touch_detection_options -->
|
||||
<integer name="config_selected_udfps_touch_detection">2</integer>
|
||||
<integer name="config_selected_udfps_touch_detection">3</integer>
|
||||
|
||||
<!-- An array of arrays of side fingerprint sensor properties relative to each display.
|
||||
Note: this value is temporary and is expected to be queried directly
|
||||
|
||||
Reference in New Issue
Block a user