Set vibrator ramp down duration
Bug: 188431691 Test: manual Change-Id: Id029afe5c0d6fa59425c4407da56fed69f083bc1
This commit is contained in:
parent
7d716fef59
commit
3dbd9530be
2 changed files with 8 additions and 0 deletions
|
@ -214,4 +214,8 @@
|
|||
|
||||
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
|
||||
|
||||
<!-- The duration (in milliseconds) that should be applied to waveform vibrations that ends in
|
||||
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
||||
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
||||
</resources>
|
||||
|
|
|
@ -168,4 +168,8 @@
|
|||
|
||||
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.3</item>
|
||||
|
||||
<!-- The duration (in milliseconds) that should be applied to waveform vibrations that ends in
|
||||
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
||||
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue