panther: add display high blocking zone am: 5df8c12d59
am: e70d18764f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17630454 Change-Id: Ifaa7179a3406723cb674e82a466ec1c7ce61e6f0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1b23984cd3
1 changed files with 14 additions and 0 deletions
|
@ -81,6 +81,20 @@
|
|||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_defaultRefreshRateInZone">90</integer>
|
||||
|
||||
<!-- Switch to fixed refresh rate when display brightness setting is
|
||||
equal or more than this value -->
|
||||
<integer-array name="config_highDisplayBrightnessThresholdsOfFixedRefreshRate">
|
||||
<!-- System brightness for 500 nits: round((500-2)/(1000-2)*(255-1)+1) = 128 -->
|
||||
<item>128</item> <!--100% UI normal brightness -->
|
||||
</integer-array>
|
||||
|
||||
<integer-array name="config_highAmbientBrightnessThresholdsOfFixedRefreshRate">
|
||||
<item>50000</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_fixedRefreshRateInHighZone">60</integer>
|
||||
|
||||
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
||||
The N entries of this array define N 1 zones as follows:
|
||||
Zone 0: 0 <= LUX < array[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue