mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 15:59:12 +00:00
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>
This commit is contained in:
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user