oriole: update thresholds for 90hz am: 54fd63b5e9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14730729 Change-Id: Ida40ff51325ed6015b48018d05dcc58a068983c3
This commit is contained in:
commit
643b9cd681
1 changed files with 14 additions and 0 deletions
|
@ -172,4 +172,18 @@
|
||||||
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
||||||
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
||||||
|
|
||||||
|
<!-- Not allow to switch to higher refresh rate when display brightness setting is
|
||||||
|
equal or less than this value -->
|
||||||
|
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
|
||||||
|
<item>7</item> <!-- 33% UI brightness -->
|
||||||
|
<item>9</item> <!-- 40% UI brightness -->
|
||||||
|
</integer-array>
|
||||||
|
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
|
||||||
|
<item>-1</item>
|
||||||
|
<item>20</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||||
|
<integer name="config_defaultRefreshRateInZone">90</integer>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue