Update Low Light Biases

- Interactive = 5250K
- Idle = 4000K

Bug: 265233091
Test: adb shell dumpsys color_display | grep mTemperatureMin -A10 && adb shell dumpsys display | grep mLowLightAmbientBrightnessToBiasSpline -A2
Change-Id: I25c5d815bccfd1eb8258ed71071214e22d04a012
This commit is contained in:
Fiona Campbell 2023-09-26 14:50:41 +00:00
parent 987c287f3c
commit 54c599b606

View file

@ -287,7 +287,14 @@
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">4000.0</item> <item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" format="float" type="dimen">5250.0</item>
<!-- See DisplayWhiteBalanceController.
The ambient color temperature (in cct) to which we interpolate towards using the
the look up table generated by config_displayWhiteBalanceLowLightAmbientBrightnessesStrong
and config_displayWhiteBalanceLowLightAmbientBiasesStrong. Used when device is in Idle Screen
Brightness mode. -->
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperatureStrong" 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,