diff options
| author | Gilles Debunne <debunne@google.com> | 2011-01-25 11:23:30 -0800 |
|---|---|---|
| committer | Gilles Debunne <debunne@google.com> | 2011-01-25 11:23:30 -0800 |
| commit | 8ce7aab79e711ff5de54985aeffb1a205b7f9942 (patch) | |
| tree | f084747426f0d423b1460c31f0757b5c49dfdc69 /core/java/android | |
| parent | aaa55d3f45744814907d0809befb49281ced462e (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.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 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; |
