Set vibrator ramp down duration am: 5e6c470008

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

Change-Id: I6c7dca38322fb69206e128f161c1e6b60dfdb56a
This commit is contained in:
Lais Andrade 2021-07-02 13:24:18 +00:00 committed by Automerger Merge Worker
commit 39ebd860b7
2 changed files with 8 additions and 0 deletions

View file

@ -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>

View file

@ -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>