mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-28 13:18:23 +00:00
Override config_availableColorModes
List NATURAL, BOOSTED, and SATURATED. Bug: 73824924 Test: atest PtsConfigTestCases Change-Id: I5e57c4940b5fc32dc43684bb6e58b7af1097a4df
This commit is contained in:
@@ -66,6 +66,13 @@
|
||||
<!-- Enable Night display, which requires HWC 2.0. -->
|
||||
<bool name="config_nightDisplayAvailable">true</bool>
|
||||
|
||||
<!-- List supported color modes. -->
|
||||
<integer-array name="config_availableColorModes">
|
||||
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
||||
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
|
||||
<item>2</item> <!-- COLOR_MODE_SATURATED -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||
in hardware. -->
|
||||
<bool name="config_setColorTransformAccelerated">true</bool>
|
||||
|
||||
Reference in New Issue
Block a user