Set audio haptic channel amplitude limit am: 3b45692265 am: e8431e6a54 am: 077750c01e

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

Change-Id: I1fe9321d66414cd3ea37b37f37c5b1fdf2aaa7cb
This commit is contained in:
Lais Andrade 2021-06-22 17:58:31 +00:00 committed by Automerger Merge Worker
commit 800ade8230
2 changed files with 6 additions and 0 deletions

View file

@ -203,4 +203,7 @@
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen 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. --> refresh rate equates to a 34 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">34</integer> <integer name="config_udfps_illumination_transition_ms">34</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
</resources> </resources>

View file

@ -157,4 +157,7 @@
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen 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. --> refresh rate equates to a 25 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">25</integer> <integer name="config_udfps_illumination_transition_ms">25</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
</resources> </resources>