Merge "Raise touch slop value from previous experiment" into ics-mr1

This commit is contained in:
Adam Powell
2011-12-07 17:55:35 -08:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ public class ViewConfiguration {
* It may be appropriate to tweak this on a device-specific basis in an overlay based on * 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. * 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 * Distance a touch can wander before we think the user is attempting a paged scroll

View File

@@ -744,5 +744,5 @@
<!-- Base "touch slop" value used by ViewConfiguration as a <!-- Base "touch slop" value used by ViewConfiguration as a
movement threshold where scrolling should begin. --> movement threshold where scrolling should begin. -->
<dimen name="config_viewConfigurationTouchSlop">4dp</dimen> <dimen name="config_viewConfigurationTouchSlop">8dp</dimen>
</resources> </resources>