mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
haptics: update effect waveform
Make EFFECT_CLICK 10ms and LONG_PRESS 12ms. Bug: 62176703 Change-Id: Id676a6581e8beff9ad2d951b2d9f405d38d374b9 Signed-off-by: David Lin <dtwlin@google.com>
This commit is contained in:
@@ -83,3 +83,7 @@ PRODUCT_COPY_FILES += \
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.config.calibration_cad=/vendor/etc/sensors/calibration_cad.xml \
|
||||
persist.config.calibration_fac=/persist/sensors/calibration/calibration.xml
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vibrator.hal.click.duration=10
|
||||
|
||||
@@ -106,4 +106,8 @@
|
||||
<item>"usbradio:mtp:diag,serial_cdev,rmnet_gsi:diag,serial_cdev,rmnet_gsi"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>12</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user