Config: Update Auto Brightness debounce setting

Bug: 216280663
Test: adb shell dumpsys display and check debounce setting
Change-Id: Ib11c5ded76e2cfe76e16ebe54d9ff2d31ac72eb5
This commit is contained in:
SianyiHuang 2022-01-26 08:47:26 +08:00 committed by Sianyi Huang
parent 94e2b120e2
commit 70440096d6
2 changed files with 16 additions and 0 deletions

View file

@ -134,4 +134,12 @@
<item>750.0</item> <!-- 10000 -20000 -->
<item>1100.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>
</resources>

View file

@ -133,4 +133,12 @@
<item>750.0</item> <!-- 10000 -20000 -->
<item>1100.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>
</resources>