summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/view/ViewConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewConfiguration.java b/core/java/android/view/ViewConfiguration.java
index 2b78d2d31cb7..acdfc2829da9 100644
--- a/core/java/android/view/ViewConfiguration.java
+++ b/core/java/android/view/ViewConfiguration.java
@@ -105,7 +105,7 @@ public class ViewConfiguration {
* Distance a touch can wander before we think the user is attempting a paged scroll
* (in dips)
*/
- private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 3;
+ private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;
/**
* Distance between the first touch and second touch to still be considered a double tap