Tweaking fling-to-delete to make the fade out animation longer and harder to trigger.

Change-Id: Ie444420d2cf81e209d4bbca9c77edaad39bda000
This commit is contained in:
Winson Chung
2012-04-09 18:30:07 -07:00
parent e9bafe991b
commit 9658b1e659
2 changed files with 4 additions and 3 deletions
@@ -63,7 +63,7 @@ public class DragController {
static final int SCROLL_RIGHT = 1;
private static final float MAX_FLING_DEGREES = 35f;
private static final int FLING_TO_DELETE_THRESHOLD_Y_VELOCITY = -1400;
private static final int FLING_TO_DELETE_THRESHOLD_Y_VELOCITY = -1500;
private Launcher mLauncher;
private Handler mHandler;