summaryrefslogtreecommitdiff
path: root/redfin
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2020-12-02 16:24:41 +0000
committerSantos Cordon <santoscordon@google.com>2020-12-03 17:28:57 +0000
commit94793dcf22cb240f3da4df3c2a22bbc8d2be8fd1 (patch)
treebd828f3ec9b4c82bfa0e64ff4bca53e6bf184081 /redfin
parentfbd26da954c7e509312fd5a40dea5fc65897b6e4 (diff)
downloadredfin-94793dcf22cb240f3da4df3c2a22bbc8d2be8fd1.tar.gz
Add display config file for redfin.
Test: Check config is loaded in logs, test brightness. Bug: 174757213 Change-Id: If64238103a2087d269daa7d5208386ed952ba65d
Diffstat (limited to 'redfin')
-rwxr-xr-xredfin/overlay/frameworks/base/core/res/res/values/config.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/redfin/overlay/frameworks/base/core/res/res/values/config.xml b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
index 810d8c7..4668909 100755
--- a/redfin/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/redfin/overlay/frameworks/base/core/res/res/values/config.xml
@@ -126,27 +126,6 @@
Must be in the range specified by minimum and maximum. -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
- <!-- An array describing the screen's backlight values corresponding to the brightness
- values in the config_screenBrightnessNits array.
-
- This array should be equal in size to config_screenBrightnessBacklight. -->
- <integer-array name="config_screenBrightnessBacklight">
- <item>1</item>
- <item>255</item>
- </integer-array>
-
- <!-- An array of floats describing the screen brightness in nits corresponding to the backlight
- values in the config_screenBrightnessBacklight array. On OLED displays these values
- should be measured with an all white image while the display is in the fully on state.
- Note that this value should *not* reflect the maximum brightness value for any high
- brightness modes but only the maximum brightness value obtainable in a sustainable manner.
-
- This array should be equal in size to config_screenBrightnessBacklight -->
- <array name="config_screenBrightnessNits">
- <item>2.0</item>
- <item>500.0</item>
- </array>
-
<!-- The nominal white coordinates, in CIE1931 XYZ color space, for Display White Balance to
use in its calculations. AWB will adapt this white point to the target ambient white
point. The array must include a total of 3 float values (X, Y, Z) -->