Snap for 8710680 from f76463a98e to tm-qpr1-release

Change-Id: Ib676fca617be89368f0a7f0a09034f0cbbfffd68
This commit is contained in:
Android Build Coastguard Worker 2022-06-11 03:03:15 +00:00
commit 50b35902c7
5 changed files with 18 additions and 9 deletions

View file

@ -43,7 +43,7 @@
<dimen name="physical_volume_down_button_center_screen_location_y">1520px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">68px</dimen>
<dimen name="lock_icon_padding">60px</dimen>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0, it is immediately visible. -->
<integer name="auth_ripple_alpha_in_duration">0</integer>

View file

@ -71,9 +71,6 @@ on property:ro.boot.hardware.revision=PROTO1.0
on property:ro.boot.hardware.revision=PROTO1.1
setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf
on post-fs-data
setprop persist.vendor.se.reset reset
# Bluetooth
on post-fs-data
chown bluetooth system /proc/bluetooth/timesync

View file

@ -69,14 +69,14 @@
<!-- Not allow to switch to higher refresh rate when display brightness setting is
equal or less than this value -->
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
<!-- System brightness for 20 nits: round((20-2)/(1000-2)*(255-1)+1) = 6 -->
<item>6</item> <!-- 34% UI brightness -->
<!-- System brightness for 25 nits: round((25-2)/(1000-2)*(255-1)+1) = 7 -->
<item>7</item> <!-- 38% UI brightness -->
<!-- System brightness for 10 nits: round((10-2)/(1000-2)*(255-1)+1) = 3 -->
<item>3</item> <!-- 20% UI brightness -->
<!-- System brightness for 15 nits: round((15-2)/(1000-2)*(255-1)+1) = 4 -->
<item>4</item> <!-- 24% UI brightness -->
</integer-array>
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
<item>-1</item>
<item>20</item>
<item>10</item>
</integer-array>
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
<integer name="config_defaultRefreshRateInZone">90</integer>
@ -95,6 +95,10 @@
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
<integer name="config_fixedRefreshRateInHighZone">60</integer>
<!-- Default refresh rate while the device has high brightness mode enabled for Sunlight.
This value overrides values from DisplayDeviceConfig -->
<integer name="config_defaultRefreshRateInHbmSunlight">90</integer>
<!-- Default refresh rate while the device has high brightness mode enabled for HDR. -->
<integer name="config_defaultRefreshRateInHbmHdr">60</integer>

View file

@ -46,5 +46,7 @@
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">48px</dimen>
</resources>

View file

@ -536,6 +536,12 @@
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH_120FPS",
"Node": "GPUMinFreq",
"Duration": 1000,
"Value": "848000"
},
{
"PowerHint": "LAUNCH_120FPS",
"Node": "SFUClampBoost",