Skip to content

Commit

Permalink
spes:overlay: Adjust lux stability time needed for updating auto-brig…
Browse files Browse the repository at this point in the history
…htness values

Signed-off-by: muralivijay <muralidharan9845@gmail.com>
  • Loading branch information
Umang96 authored and ap4ss3rby committed Feb 4, 2024
1 parent bd50ba3 commit 474936c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@
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">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">1000</integer>
<integer name="config_autoBrightnessBrighteningLightDebounce">800</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">2500</integer>

<!-- Fast brightness animation ramp rate in brightness units per second-->
<integer translatable="false" name="config_brightness_ramp_rate_fast">2466</integer>
Expand Down

0 comments on commit 474936c

Please sign in to comment.