Skip to content

Commit

Permalink
cupidr: overlay: Make brightness adjustments slow to adapt
Browse files Browse the repository at this point in the history
Change-Id: I28a7e8de6cb74cc7dbca2245f4c1dc274f4ad9cd
  • Loading branch information
pjgowtham committed Feb 9, 2024
1 parent 7ddcd07 commit 66c3960
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions overlay/OPlusFrameworksResTarget/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,6 @@
The user is forbidden from setting the brightness below this level. -->
<item type="dimen" name="config_screenBrightnessSettingMinimumFloat">0.001954079</item>

<!-- 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">1500</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">1500</integer>

<!-- Light sensor event rate in milliseconds for automatic brightness control. -->
<integer name="config_autoBrightnessLightSensorRate">200</integer>

Expand Down

0 comments on commit 66c3960

Please sign in to comment.