Set DWB transition speed and high light range
Transition speed set to 30s, high light range set to 130k-150k lux. Bug: 255417189 Bug: 266436992 Test: builds Change-Id: I68c6b63d6337ceab937c99292b49fe0254bf626e
This commit is contained in:
parent
46b613c59a
commit
47c84e1cb1
1 changed files with 5 additions and 2 deletions
|
@ -254,8 +254,8 @@
|
||||||
1) Contain at least two entries
|
1) Contain at least two entries
|
||||||
2) Be the same length as config_displayWhiteBalanceHighLightAmbientBiases. -->
|
2) Be the same length as config_displayWhiteBalanceHighLightAmbientBiases. -->
|
||||||
<array name ="config_displayWhiteBalanceHighLightAmbientBrightnesses">
|
<array name ="config_displayWhiteBalanceHighLightAmbientBrightnesses">
|
||||||
<item>3000.0</item>
|
<item>130000.0</item>
|
||||||
<item>5000.0</item>
|
<item>150000.0</item>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
<!-- See DisplayWhiteBalanceController.
|
<!-- See DisplayWhiteBalanceController.
|
||||||
|
@ -273,6 +273,9 @@
|
||||||
config_displayWhiteBalanceHighLightAmbientBrightnesses. -->
|
config_displayWhiteBalanceHighLightAmbientBrightnesses. -->
|
||||||
<item name="config_displayWhiteBalanceHighLightAmbientColorTemperature" format="float" type="dimen">6700.0</item>
|
<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
|
<!-- Enable doze mode
|
||||||
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
|
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
|
||||||
<string translatable="false" name="config_dozeComponent"></string>
|
<string translatable="false" name="config_dozeComponent"></string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue