oriole: update thresholds for 90hz am: 54fd63b5e9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14730729 Change-Id: Icfaa057aa0c47bfebd3f8698f1ee1cadc9977b5f
This commit is contained in:
commit
b3df42fa4f
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. -->
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue