Apply accessibility color features in native mode am: 49354a1381

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13936278

Change-Id: Ifc6d0eda228beb923281170facd234f424da0a89
This commit is contained in:
Long Ling 2021-03-25 23:37:27 +00:00 committed by Automerger Merge Worker
commit a243e839dc

View file

@ -176,6 +176,11 @@
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</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>