am ad60e7fe: Merge change I9485aec1 into eclair
Merge commit 'ad60e7fe2c9588cd16c1351419af90964beb232d' into eclair-mr2 * commit 'ad60e7fe2c9588cd16c1351419af90964beb232d': Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen
This commit is contained in:
@@ -106,8 +106,8 @@ public class RotarySelector extends View {
|
|||||||
|
|
||||||
// Vibration (haptic feedback)
|
// Vibration (haptic feedback)
|
||||||
private Vibrator mVibrator;
|
private Vibrator mVibrator;
|
||||||
private static final long VIBRATE_SHORT = 30; // msec
|
private static final long VIBRATE_SHORT = 20; // msec
|
||||||
private static final long VIBRATE_LONG = 60; // 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
|
* The drawable for the arrows need to be scrunched this many dips towards the rotary bg below
|
||||||
|
|||||||
Reference in New Issue
Block a user