aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLais Andrade <lsandrade@google.com>2021-07-01 16:52:15 +0100
committerdrishal <drishalballaney@gmail.com>2022-07-14 08:11:29 +0530
commitb16f6d914007ad9516e3cf2e4932a7f33a5d6d86 (patch)
treef9edee705e1294262d34657725cc1cf14c0aaa6f
parenta82f306c98a475164125d33d9747e78978975c1a (diff)
sm8250-common: Set vibrator ramp down duration
Bug: 188431691 Test: manual Change-Id: Id029afe5c0d6fa59425c4407da56fed69f083bc1
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index afeeef4..b2e0dca 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -341,4 +341,8 @@
manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool>
+
+ <!-- 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>