Merge "Add config value for a11y color mode" into qt-dev

This commit is contained in:
Christine Franks
2019-05-13 14:47:21 +00:00
committed by Android (Google) Code Review

View File

@@ -73,6 +73,11 @@
<item>2</item> <!-- COLOR_MODE_SATURATED -->
</integer-array>
<!-- 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
regularly selected color mode will be used if this value is negative. -->
<integer name="config_accessibilityColorMode">2</integer>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>