|
42 | 42 | Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
43 | 43 | <bool name="config_automatic_brightness_available">true</bool>
|
44 | 44 |
|
45 |
| - <!-- Stability requirements in milliseconds for accepting a new brightness level. This is used |
46 |
| - for debouncing the light sensor. Different constants are used to debounce the light sensor |
47 |
| - when adapting to brighter or darker environments. This parameter controls how quickly |
48 |
| - brightness changes occur in response to an observed change in light level that exceeds the |
49 |
| - hysteresis threshold. --> |
50 |
| - <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> |
51 |
| - <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer> |
52 |
| - |
53 | 45 | <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
54 | 46 | The N entries of this array define N 1 zones as follows:
|
55 | 47 |
|
|
178 | 170 | <!-- Whether the display blanks itself when going from a doze to a non-doze state -->
|
179 | 171 | <bool name="config_displayBlanksAfterDoze">true</bool>
|
180 | 172 |
|
181 |
| - <!-- Default screen brightness setting. |
182 |
| - Must be in the range specified by minimum and maximum. --> |
183 |
| - <integer name="config_screenBrightnessSettingDefault">98</integer> |
184 |
| - |
185 | 173 | <!-- Default screen brightness for VR setting. Default value: 0x56 => 86. -->
|
186 | 174 | <integer name="config_screenBrightnessForVrSettingDefault">86</integer>
|
187 | 175 |
|
188 |
| - <!-- Minimum screen brightness setting allowed by the power manager. |
189 |
| - The user is forbidden from setting the brightness below this level. --> |
190 |
| - <integer name="config_screenBrightnessSettingMinimum">1</integer> |
191 |
| - |
192 | 176 | <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
|
193 | 177 | <bool name="config_unplugTurnsOnScreen">true</bool>
|
194 | 178 |
|
|
522 | 506 | in darkness (although they may not be visible in a bright room). -->
|
523 | 507 | <integer name="config_screenBrightnessDark">1</integer>
|
524 | 508 |
|
525 |
| - <!-- Screen brightness used to dim the screen when the user activity |
526 |
| - timeout expires. May be less than the minimum allowed brightness setting |
527 |
| - that can be set by the user. --> |
528 |
| - <integer name="config_screenBrightnessDim">10</integer> |
529 |
| - |
530 |
| - <!-- Screen brightness used to dim the screen while dozing in a very low power state. |
531 |
| - May be less than the minimum allowed brightness setting |
532 |
| - that can be set by the user. --> |
533 |
| - <integer name="config_screenBrightnessDoze">17</integer> |
534 |
| - |
535 | 509 | <!-- Default screen brightness setting.
|
536 | 510 | Must be in the range specified by minimum and maximum. -->
|
537 | 511 | <integer name="config_screenBrightnessSettingDefault">66</integer>
|
|
0 commit comments