Increase vibrate duration on vkey haptics so they can be felt.

This commit is contained in:
Paul Eastham
2009-08-27 14:11:23 -07:00
parent ab97c84da5
commit d6b903d950

View File

@@ -154,7 +154,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
private static final long[] LONG_PRESS_VIBE_PATTERN = {0, 1, 20, 21};
// Vibrator pattern for haptic feedback of virtual key press.
private static final long[] VIRTUAL_KEY_VIBE_PATTERN = {0, 1, 20, 21};
private static final long[] VIRTUAL_KEY_VIBE_PATTERN = {0, 35};
final Object mLock = new Object();