Set audio haptic channel amplitude limit
Bug: 188025353 Test: manual Change-Id: I9609d812c11f08990c68d73cff20bc1a738f4174
This commit is contained in:
parent
12f1ede6b1
commit
354c1e7fad
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
|
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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue