Merge "display: enable smooth display" into main

This commit is contained in:
Weizhung Ding 2023-10-31 02:26:47 +00:00 committed by Android (Google) Code Review
commit ea55918cca

View file

@ -40,6 +40,13 @@
Must be in the range specified by minimum and maximum. -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.087114228</item>
<!-- The default refresh rate. We manage this using the peak refresh rate setting. Set this
value to 0 so it has no effect. -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate. -->
<integer name="config_defaultPeakRefreshRate">120</integer>
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N 1 zones as follows:
Zone 0: 0 <= LUX < array[0]