Tweaking pickup animation, vibration and removing glow from drag view.

Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
This commit is contained in:
Winson Chung
2012-02-23 16:31:13 -08:00
parent 88f334571f
commit 61b0c69d3f
5 changed files with 12 additions and 5 deletions
@@ -49,7 +49,7 @@ public class DragController {
private static final int SCROLL_DELAY = 500;
private static final int RESCROLL_DELAY = 750;
private static final int VIBRATE_DURATION = 35;
private static final int VIBRATE_DURATION = 15;
private static final boolean PROFILE_DRAWING_DURING_DRAG = false;