mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
Set brightness threshold for high brightness
Set 60Hz as default refresh rate in the blocking zone of the high brightness. Bug: 166581675 Test: no fps transition in the blocking zone Change-Id: Ib793bcc69f61452edb21b1bc957be255e50581d2
This commit is contained in:
committed by
Michael Wright
parent
31c936d43f
commit
fb890abc53
@@ -234,4 +234,17 @@
|
||||
|
||||
<!-- 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">
|
||||
<item>255</item> <!-- 100% UI 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>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user