mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 20:37:17 +09:00
sm6250-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>
This commit is contained in:
parent
4eab6c4c25
commit
f0c745b5f1
@ -636,20 +636,20 @@
|
|||||||
<!-- 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>14</item>
|
<item>7</item>
|
||||||
<item>20</item>
|
<item>10</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>5</item>
|
||||||
<item>10</item>
|
<item>10</item>
|
||||||
<item>20</item>
|
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
<integer-array name="config_keyboardTapVibePattern">
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
<item>20</item>
|
<item>10</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Flag indicating whether we should enable the adaptive sleep.-->
|
<!-- Flag indicating whether we should enable the adaptive sleep.-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user