commit | 8ce7aab79e711ff5de54985aeffb1a205b7f9942 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Tue Jan 25 11:23:30 2011 -0800 |
committer | Gilles Debunne <debunne@google.com> | Tue Jan 25 11:23:30 2011 -0800 |
tree | f084747426f0d423b1460c31f0757b5c49dfdc69 | |
parent | aaa55d3f45744814907d0809befb49281ced462e [diff] |
Overscoll bounce amplitude is smaller. Per Dan's request for poor behavior on low speed Overscrolls. Change-Id: I184133df5e6cc68d8d9bf39edb62d42e13d27a90
diff --git a/core/java/android/view/ViewConfiguration.java b/core/java/android/view/ViewConfiguration.java index edad494..0444496 100644 --- a/core/java/android/view/ViewConfiguration.java +++ b/core/java/android/view/ViewConfiguration.java
@@ -167,7 +167,7 @@ /** * 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;