Merge "Set DWB transition speed and high light range" into tm-qpr-dev am: 5eb15c882e am: f030a0fbaa

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

Change-Id: Id0c86d34aa61b6ec3726c2b2bfeea3d3bead33c7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christine Franks 2023-01-31 20:14:45 +00:00 committed by Automerger Merge Worker
commit 55bfcf3953

View file

@ -254,8 +254,8 @@
1) Contain at least two entries
2) Be the same length as config_displayWhiteBalanceHighLightAmbientBiases. -->
<array name ="config_displayWhiteBalanceHighLightAmbientBrightnesses">
<item>3000.0</item>
<item>5000.0</item>
<item>130000.0</item>
<item>150000.0</item>
</array>
<!-- See DisplayWhiteBalanceController.
@ -273,6 +273,9 @@
config_displayWhiteBalanceHighLightAmbientBrightnesses. -->
<item name="config_displayWhiteBalanceHighLightAmbientColorTemperature" format="float" type="dimen">6700.0</item>
<!-- Duration, in milliseconds, of the display white balance animated transitions. -->
<integer name="config_displayWhiteBalanceTransitionTime">30000</integer>
<!-- Enable doze mode
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
<string translatable="false" name="config_dozeComponent"></string>