Skip to content
Snippets Groups Projects
Commit 70440096 authored by SianyiHuang's avatar SianyiHuang Committed by Sianyi Huang
Browse files

Config: Update Auto Brightness debounce setting

Bug: 216280663
Test: adb shell dumpsys display and check debounce setting
Change-Id: Ib11c5ded76e2cfe76e16ebe54d9ff2d31ac72eb5
parent 94e2b120
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment