sdm660-common: overlay: Use vibration pattern from pixel 2
Change-Id: I561d7dbc05de46046212e8d2071b7d3496bb63b1 Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com> Signed-off-by: Anunay Maheshwari <anunaym14@gmail.com> Signed-off-by: clarencelol <clarencekuiek@icloud.com>
This commit is contained in:
parent
c6c3996974
commit
4eb8bd1b7c
1 changed files with 4 additions and 4 deletions
|
@ -1025,20 +1025,20 @@
|
|||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>0</item>
|
||||
<item>10</item>
|
||||
<item>14</item>
|
||||
<item>20</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||
<integer-array name="config_virtualKeyVibePattern">
|
||||
<item>0</item>
|
||||
<item>8</item>
|
||||
<item>14</item>
|
||||
<item>10</item>
|
||||
<item>20</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||
<integer-array name="config_keyboardTapVibePattern">
|
||||
<item>14</item>
|
||||
<item>20</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
|
||||
|
|
Loading…
Reference in a new issue