Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen

BUG=2177367
This commit is contained in:
Jim Miller
2009-10-08 18:49:53 -07:00
parent db7ae10d6b
commit 9485aec1df

View File

@@ -106,8 +106,8 @@ public class RotarySelector extends View {
// Vibration (haptic feedback)
private Vibrator mVibrator;
private static final long VIBRATE_SHORT = 30; // msec
private static final long VIBRATE_LONG = 60; // msec
private static final long VIBRATE_SHORT = 20; // msec
private static final long VIBRATE_LONG = 20; // msec
/**
* The drawable for the arrows need to be scrunched this many dips towards the rotary bg below