haptics: add customized haptic boot patterns

Add customized "two times of heart beat" haptic patterns for
bootanimation.

Bug: 62207090
Test: boot and verify the patterns
Change-Id: If88d45b482b3f927165efc9e28ecb6734694c336
Signed-off-by: David Lin <dtwlin@google.com>
This commit is contained in:
David Lin
2017-07-12 12:02:03 -07:00
parent 4293069bf3
commit d1efba3884

View File

@@ -202,6 +202,18 @@
<item>8</item>
</integer-array>
<!-- Vibrator pattern for feedback about booting with safe mode disabled -->
<integer-array name="config_safeModeDisabledVibePattern">
<item>0</item>
<item>20</item>
<item>150</item>
<item>20</item>
<item>300</item>
<item>20</item>
<item>150</item>
<item>20</item>
</integer-array>
<!-- Make things go fast -->
<bool name="config_ui_enableFadingMarquee">false</bool>