diff options
| author | Adam Powell <adamp@google.com> | 2010-09-01 17:47:16 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2010-09-02 00:14:53 -0700 |
| commit | 5916882c3f13429d29f95b89dd94bd2d5733da85 (patch) | |
| tree | a723bca215f9b167d81420c0a90eeed912d0a5ee /core/java/android/view/ViewConfiguration.java | |
| parent | a2511da9d65b11be7f59ed3f525f77e85aeb4bef (diff) | |
DO NOT MERGE Overscroll continues; asset and behavior tweaks.
Change-Id: I367643877a397e7b4fa9bd8c40639ff69436e7f0
Diffstat (limited to 'core/java/android/view/ViewConfiguration.java')
| -rw-r--r-- | core/java/android/view/ViewConfiguration.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/ViewConfiguration.java b/core/java/android/view/ViewConfiguration.java index aa9fe76374c2..4d2ba713a856 100644 --- a/core/java/android/view/ViewConfiguration.java +++ b/core/java/android/view/ViewConfiguration.java @@ -143,12 +143,12 @@ public class ViewConfiguration { /** * Max distance to overscroll for edge effects */ - private static final int OVERSCROLL_DISTANCE = 4; + private static final int OVERSCROLL_DISTANCE = 2; /** * Max distance to overfling for edge effects */ - private static final int OVERFLING_DISTANCE = 8; + private static final int OVERFLING_DISTANCE = 4; private final int mEdgeSlop; private final int mFadingEdgeLength; |
