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

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

Change-Id: I3588fbbf9409af3b2cb8fb90afd6ebd2cb8f530b
This commit is contained in:
Ilya Matyukhin 2021-06-21 11:51:52 +00:00 committed by Automerger Merge Worker
commit c9c0946e9a
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 -->
<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>

View file

@ -153,4 +153,8 @@
<!-- MMS user agent profile url -->
<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>