Revert "dubai: Modify automatic brightness values"
This reverts commit 4a3a76f061
.
Ghostrider_reborn fixed the brightness LUT via the kernel, so we can go back
to the stock ROM overlay values for brightness too
Change-Id: Ic41e70c7730ead1882263a89e31ca3d2438784fc
This commit is contained in:
parent
795e277161
commit
ccc54417a2
1 changed files with 9 additions and 3 deletions
|
@ -25,6 +25,9 @@
|
||||||
|
|
||||||
Must be overridden in platform specific overlays -->
|
Must be overridden in platform specific overlays -->
|
||||||
<array name="config_autoBrightnessLevels">
|
<array name="config_autoBrightnessLevels">
|
||||||
|
<item>2</item>
|
||||||
|
<item>4</item>
|
||||||
|
<item>5</item>
|
||||||
<item>10</item>
|
<item>10</item>
|
||||||
<item>40</item>
|
<item>40</item>
|
||||||
<item>100</item>
|
<item>100</item>
|
||||||
|
@ -48,13 +51,16 @@
|
||||||
array. The brightness values must be non-negative and non-decreasing. This must be
|
array. The brightness values must be non-negative and non-decreasing. This must be
|
||||||
overridden in platform specific overlays -->
|
overridden in platform specific overlays -->
|
||||||
<array name="config_autoBrightnessDisplayValuesNits">
|
<array name="config_autoBrightnessDisplayValuesNits">
|
||||||
|
<item>2</item>
|
||||||
|
<item>7</item>
|
||||||
|
<item>10</item>
|
||||||
|
<item>12</item>
|
||||||
<item>24</item>
|
<item>24</item>
|
||||||
<item>95</item>
|
<item>95</item>
|
||||||
<item>111</item>
|
<item>111</item>
|
||||||
<item>149</item>
|
<item>149</item>
|
||||||
<item>192</item>
|
<item>192</item>
|
||||||
<item>252</item>
|
<item>252</item>
|
||||||
<item>376</item>
|
|
||||||
<item>500</item>
|
<item>500</item>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
@ -104,8 +110,8 @@
|
||||||
when adapting to brighter or darker environments. This parameter controls how quickly
|
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
|
brightness changes occur in response to an observed change in light level that exceeds the
|
||||||
hysteresis threshold. -->
|
hysteresis threshold. -->
|
||||||
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
|
<integer name="config_autoBrightnessBrighteningLightDebounce">500</integer>
|
||||||
<integer name="config_autoBrightnessDarkeningLightDebounce">5000</integer>
|
<integer name="config_autoBrightnessDarkeningLightDebounce">500</integer>
|
||||||
|
|
||||||
<!-- The bounding path of the cutout region of the main built-in display.
|
<!-- The bounding path of the cutout region of the main built-in display.
|
||||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
|
|
Loading…
Reference in a new issue