summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-01-25 11:23:30 -0800
committerGilles Debunne <debunne@google.com>2011-01-25 11:23:30 -0800
commit8ce7aab79e711ff5de54985aeffb1a205b7f9942 (patch)
treef084747426f0d423b1460c31f0757b5c49dfdc69 /core/java/android
parentaaa55d3f45744814907d0809befb49281ced462e (diff)
Overscoll bounce amplitude is smaller.
Per Dan's request for poor behavior on low speed Overscrolls. Change-Id: I184133df5e6cc68d8d9bf39edb62d42e13d27a90
Diffstat (limited to 'core/java/android')
-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 edad4943fcf5..0444496c5d17 100644
--- a/core/java/android/view/ViewConfiguration.java
+++ b/core/java/android/view/ViewConfiguration.java
@@ -167,7 +167,7 @@ public class ViewConfiguration {
/**
* Max distance to overfling for edge effects
*/
- private static final int OVERFLING_DISTANCE = 12;
+ private static final int OVERFLING_DISTANCE = 6;
private final int mEdgeSlop;
private final int mFadingEdgeLength;