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:
commit
a243e839dc
1 changed files with 5 additions and 0 deletions
|
@ -176,6 +176,11 @@
|
||||||
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
||||||
</integer-array>
|
</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
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||||
in hardware. -->
|
in hardware. -->
|
||||||
<bool name="config_setColorTransformAccelerated">true</bool>
|
<bool name="config_setColorTransformAccelerated">true</bool>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue