summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lin <dtwlin@google.com>2018-04-17 10:27:26 -0700
committerDavid Lin <dtwlin@google.com>2018-04-17 10:27:26 -0700
commit4184969240ebbddc214bb87595209ffa1cced690 (patch)
treeef60e15f32c42289e7c5e661c43f95ab7885ca65
parent4fdb6140b118043ab472dcf1f87f7762ad8df1ff (diff)
downloadtaimen-4184969240ebbddc214bb87595209ffa1cced690.tar.gz
haptics: Specify playback duration for heavy click
This patch specifies the playback duration to 12 ms for a heavy click effect. Bug: 77863933 Test: manual long press test Change-Id: I625eacc631b639f161fcddd179623ef8a89db3e1 Signed-off-by: David Lin <dtwlin@google.com>
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index aa774a1..6335298 100644
--- a/device.mk
+++ b/device.mk
@@ -123,7 +123,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Vibrator HAL
PRODUCT_PROPERTY_OVERRIDES += \
ro.vibrator.hal.click.duration=10 \
- ro.vibrator.hal.tick.duration=4
+ ro.vibrator.hal.tick.duration=4 \
+ ro.vibrator.hal.heavyclick.duration=12
# Enable Perfetto traced
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \