From 6720a87ad161a12c9dc7e11b2ae0165e65483464 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 7 Dec 2011 17:35:32 -0800 Subject: Raise touch slop value from previous experiment Change-Id: I7681c401803643f309fd988824602169a830de29 --- core/java/android/view/ViewConfiguration.java | 2 +- core/res/res/values/config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/view/ViewConfiguration.java b/core/java/android/view/ViewConfiguration.java index ce8aecc12ec0..9bd42ef03511 100644 --- a/core/java/android/view/ViewConfiguration.java +++ b/core/java/android/view/ViewConfiguration.java @@ -149,7 +149,7 @@ public class ViewConfiguration { * It may be appropriate to tweak this on a device-specific basis in an overlay based on * the characteristics of the touch panel and firmware. */ - private static final int TOUCH_SLOP = 4; + private static final int TOUCH_SLOP = 8; /** * Distance a touch can wander before we think the user is attempting a paged scroll diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1853444a7ac5..30002c540cc6 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -744,5 +744,5 @@ - 4dp + 8dp -- cgit v1.2.3-59-g8ed1b