am 3e2ac884: Fix/improve issue #2142662: too easy to click a link/item instead of fling

Merge commit '3e2ac8843489e83c4171aabcfe98769b5159a5c8' into eclair-plus-aosp

* commit '3e2ac8843489e83c4171aabcfe98769b5159a5c8':
  Fix/improve issue #2142662: too easy to click a link/item instead of fling
This commit is contained in:
Dianne Hackborn
2009-09-25 01:44:28 -07:00
committed by Android Git Automerger

View File

@@ -89,7 +89,7 @@ public class ViewConfiguration {
/**
* Distance a touch can wander before we think the user is scrolling in pixels
*/
private static final int TOUCH_SLOP = 25;
private static final int TOUCH_SLOP = 16;
/**
* Distance between the first touch and second touch to still be considered a double tap