Add mapping between boosted modes

Bug: 186186974
Test: n/a
Change-Id: I1096edc95da14b9e5b18f24e23c16af3bbc1fc9b
This commit is contained in:
Christine Franks 2021-04-22 11:47:06 -07:00
parent e31ba16606
commit db9dc2773d

View file

@ -182,6 +182,13 @@
<item>3</item> <!-- COLOR_MODE_AUTOMATIC --> <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</integer-array> </integer-array>
<integer-array name="config_mappedColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL -->
<item>256</item> <!-- COLOR_MODE_BOOSTED -->
<item>2</item> <!-- COLOR_MODE_SATURATED -->
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</integer-array>
<!-- Color mode to use when accessibility transforms are enabled. This color mode must be <!-- Color mode to use when accessibility transforms are enabled. This color mode must be
supported by the device, but not necessarily appear in config_availableColorModes. The supported by the device, but not necessarily appear in config_availableColorModes. The
regularly selected color mode will be used if this value is negative. --> regularly selected color mode will be used if this value is negative. -->