am 38c00992: Increase vibrate duration on vkey haptics so they can be felt.

Merge commit '38c00992e083d73b5c0ead154c6a1b5add42661d'

* commit '38c00992e083d73b5c0ead154c6a1b5add42661d':
  Increase vibrate duration on vkey haptics so they can be felt.
This commit is contained in:
Paul Eastham
2009-08-27 14:34:51 -07:00
committed by Android Git Automerger

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();