diff options
author | XiNGRZ <chenxingyu92@gmail.com> | 2020-05-20 07:18:35 +0000 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | ead8aab32b9744ac6992614b15eaf278f7f29b88 (patch) | |
tree | 8c10e72d5fca8ae1abeb03900b520627f2aae937 /rro_overlays/FrameworksResOverlayVeux/res/values | |
parent | 9e3f4c484da1822b2d769e6c048674cf354a804a (diff) |
veux: overlay: Setup burnIn protection overlays
Change-Id: I2f724061fd974cc6f20dc2abd64ee61c0167789a
Diffstat (limited to 'rro_overlays/FrameworksResOverlayVeux/res/values')
-rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml index a805d18..82acaf7 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml @@ -444,6 +444,22 @@ <!-- 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> + <!-- Enable burn protection in status bar --> <bool name="config_statusBarBurnInProtection">true</bool> |