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

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

Change-Id: I7fb888901bdf3124195ddb9e27efa7bcf50309bc
This commit is contained in:
Lais Andrade 2021-06-22 17:44:44 +00:00 committed by Automerger Merge Worker
commit 19b2b4bf23
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
refresh rate equates to a 34 ms delay. -->
<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>

View file

@ -157,4 +157,7 @@
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>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
</resources>