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:
commit
800ade8230
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue