Merge "Update low light and strong mode DWB values" into tm-qpr-dev am: e147e26486

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

Change-Id: I419f202fd9c1af064e72bfb65f9430ae447d141a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christine Franks 2023-01-17 20:55:44 +00:00 committed by Automerger Merge Worker
commit 43469f2d53

View file

@ -96,7 +96,6 @@
The same as config_displayWhiteBalanceAmbientColorTemperatures, but with a stronger The same as config_displayWhiteBalanceAmbientColorTemperatures, but with a stronger
visual adjustment. --> visual adjustment. -->
<array name="config_displayWhiteBalanceStrongAmbientColorTemperatures"> <array name="config_displayWhiteBalanceStrongAmbientColorTemperatures">
<item>2500</item>
<item>3000</item> <item>3000</item>
<item>3500</item> <item>3500</item>
<item>4000</item> <item>4000</item>
@ -114,7 +113,6 @@
The same as config_displayWhiteBalanceDisplayColorTemperatures, but with a stronger The same as config_displayWhiteBalanceDisplayColorTemperatures, but with a stronger
visual adjustment. --> visual adjustment. -->
<array name="config_displayWhiteBalanceStrongDisplayColorTemperatures"> <array name="config_displayWhiteBalanceStrongDisplayColorTemperatures">
<item>3500</item>
<item>4000</item> <item>4000</item>
<item>4600</item> <item>4600</item>
<item>5400</item> <item>5400</item>
@ -243,7 +241,7 @@
The ambient color temperature (in cct) to which we interpolates towards to when the The ambient color temperature (in cct) to which we interpolates towards to when the
ambient brightness is within the low light range, see ambient brightness is within the low light range, see
config_displayWhiteBalanceLowLightAmbientBrightnesses. --> config_displayWhiteBalanceLowLightAmbientBrightnesses. -->
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" format="float" type="dimen">3500.0</item> <item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" format="float" type="dimen">4000.0</item>
<!-- See DisplayWhiteBalanceController. <!-- See DisplayWhiteBalanceController.
A float array containing a list of ambient brightnesses, in Lux. This array, A float array containing a list of ambient brightnesses, in Lux. This array,