summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/OverScroller.java
Commit message (Expand)AuthorAgeFilesLines
* Reduced Overfling threshold after many different cefficient tries.Gilles Debunne2010-12-141-0/+1
* Fix build.Wink Saville2010-12-111-4/+3
* Modified OverScroller curvesGilles Debunne2010-12-101-83/+81
* Refactored OverScrollerGilles Debunne2010-12-011-107/+176
* Merge overscrolling from gingerbread.Adam Powell2010-11-231-0/+888
* Remove overscrollingAdam Powell2010-03-291-682/+0
* API refactoring for OverScroller.Adam Powell2010-03-251-42/+335
* New edge effect when OverScrolled.Gilles Debunne2010-03-231-66/+130
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-191-372/+248
* Fix a bug in OverScroller.setFinalX/YAdam Powell2010-03-021-0/+12
* Added Scroller compatibility methods to OverScrollerAdam Powell2010-03-021-0/+40
* Fixed an overscrolling bug in AbsListView with a root in OverScroller.Adam Powell2010-02-031-2/+2
* Overscrolling in AbsListView; visibility cleanup for FlingRunnableAdam Powell2010-02-011-0/+11
* ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...Adam Powell2010-01-281-6/+38
* Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...Adam Powell2010-01-271-0/+354