am c927ec50: Merge "Overscoll bounce amplitude is smaller." into honeycomb

* commit 'c927ec50497bf5f477663deb7b366b37185d46b0':
  Overscoll bounce amplitude is smaller.
This commit is contained in:
Gilles Debunne
2011-01-25 13:47:24 -08:00
committed by Android Git Automerger

View File

@@ -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;