raven, oriole: overlay UDFPS illumination transition time am: 141922bebe

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15023487

Change-Id: I866f383fd83490cc6207f5ca477b0a92f329faa7
This commit is contained in:
Ilya Matyukhin 2021-06-18 20:09:45 +00:00 committed by Automerger Merge Worker
commit 06fd6068b0
2 changed files with 8 additions and 0 deletions

View file

@ -199,4 +199,8 @@
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds --> <!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
<integer name="config_fixedRefreshRateInHighZone">60</integer> <integer name="config_fixedRefreshRateInHighZone">60</integer>
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
refresh rate equates to a 34 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">34</integer>
</resources> </resources>

View file

@ -153,4 +153,8 @@
<!-- MMS user agent profile url --> <!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string> <string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string>
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
refresh rate equates to a 25 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">25</integer>
</resources> </resources>