Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad60e7fe authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I9485aec1 into eclair

* changes:
  Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen
parents 2c6c5e6e 9485aec1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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