mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: update vibration durations & enable haptic text cursor
This commit is contained in:
parent
37c3d12c33
commit
9bd9dc71de
1 changed files with 7 additions and 4 deletions
|
|
@ -109,14 +109,12 @@
|
||||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||||
<integer-array name="config_longPressVibePattern">
|
<integer-array name="config_longPressVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>12</item>
|
<item>60</item>
|
||||||
<item>7</item>
|
|
||||||
</integer-array>
|
</integer-array>
|
||||||
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||||
<integer-array name="config_virtualKeyVibePattern">
|
<integer-array name="config_virtualKeyVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>12</item>
|
<item>40</item>
|
||||||
<item>7</item>
|
|
||||||
</integer-array>
|
</integer-array>
|
||||||
<!-- Allow the gesture to double tap the power button twice to start the camera while the device
|
<!-- Allow the gesture to double tap the power button twice to start the camera while the device
|
||||||
is non-interactive. -->
|
is non-interactive. -->
|
||||||
|
|
@ -767,4 +765,9 @@
|
||||||
<item>419</item>
|
<item>419</item>
|
||||||
<item>420</item>
|
<item>420</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
|
||||||
|
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>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue