lisa: overlay: Add vibration patterns
Change-Id: I5447126ffea6a8e8db9ef9d05aa7055f5f050b7b
This commit is contained in:
parent
154c0ef446
commit
3bb5ce904b
@ -284,6 +284,23 @@
|
|||||||
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
|
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
|
||||||
<integer name="config_autoBrightnessDarkeningLightDebounce">1000</integer>
|
<integer name="config_autoBrightnessDarkeningLightDebounce">1000</integer>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||||
|
<integer-array name="config_longPressVibePattern">
|
||||||
|
<item>0</item>
|
||||||
|
<item>10</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||||
|
<integer-array name="config_virtualKeyVibePattern">
|
||||||
|
<item>0</item>
|
||||||
|
<item>10</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
|
<item>10</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
<!-- The bounding path of the cutout region of the main built-in display.
|
<!-- The bounding path of the cutout region of the main built-in display.
|
||||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
{@link android.util.PathParser}.
|
{@link android.util.PathParser}.
|
||||||
|
Loading…
Reference in New Issue
Block a user