mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +00:00
vermeer: Enable ambient mode burn-in protection
Change-Id: I1c0c78592b8836391f2ea76fecd4be92490158f7 Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
This commit is contained in:
committed by
Lunark :3
parent
b21df1bf09
commit
696c9ff8da
@@ -443,6 +443,25 @@
|
||||
|| display brightness <= disp1 && ambient brightness <= amb1 -->
|
||||
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate" />
|
||||
<integer-array name="config_ambientThresholdsOfPeakRefreshRate" />
|
||||
|
||||
<!-- If true, the display will be shifted around in ambient mode. -->
|
||||
<bool name="config_enableBurnInProtection">true</bool>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset displacement from the center. If -1, no maximum value
|
||||
will be used. -->
|
||||
<integer name="config_burnInProtectionMaxRadius">70</integer>
|
||||
|
||||
<!-- Specifies the minimum burn-in offset horizontally. -->
|
||||
<integer name="config_burnInProtectionMinHorizontalOffset">-15</integer>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset horizontally. -->
|
||||
<integer name="config_burnInProtectionMaxHorizontalOffset">15</integer>
|
||||
|
||||
<!-- Specifies the minimum burn-in offset vertically. -->
|
||||
<integer name="config_burnInProtectionMinVerticalOffset">-40</integer>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset vertically. -->
|
||||
<integer name="config_burnInProtectionMaxVerticalOffset">40</integer>
|
||||
|
||||
<!-- 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
|
||||
|
||||
Reference in New Issue
Block a user