diff options
| author | Adam Powell <adamp@google.com> | 2011-12-07 17:35:32 -0800 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2011-12-07 17:53:46 -0800 |
| commit | 6720a87ad161a12c9dc7e11b2ae0165e65483464 (patch) | |
| tree | 23f701cb37077472969df487ab1df509388d7fda /core/java/android/view/ViewConfiguration.java | |
| parent | dc8cb9aa7e8f341ab88ae57e9d2cb99502844e5b (diff) | |
Raise touch slop value from previous experiment
Change-Id: I7681c401803643f309fd988824602169a830de29
Diffstat (limited to 'core/java/android/view/ViewConfiguration.java')
| -rw-r--r-- | core/java/android/view/ViewConfiguration.java | 2 |
1 files changed, 1 insertions, 1 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 |
