auto-brightness: Change light debounce for R4/O6 am: 1510fb15df

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15089874

Change-Id: Iecfa7294ee11e12b521fa89122adad42962c87cd
This commit is contained in:
Chris Kuiper 2021-06-24 16:09:24 +00:00 committed by Automerger Merge Worker
commit 68dfcac413
2 changed files with 16 additions and 0 deletions

View file

@ -161,6 +161,14 @@
<item>900.0</item> <!-- 20000+ -->
</array>
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
for debouncing the light sensor. Different constants are used to debounce the light sensor
when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>

View file

@ -148,6 +148,14 @@
<item>900.0</item> <!-- 20000+ -->
</array>
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
for debouncing the light sensor. Different constants are used to debounce the light sensor
when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">g8v0u</string>
<!-- MMS user agent profile url -->