summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/OverScroller.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Integrate edge effects into WebView.Adam Powell2010-09-011-1/+1
* New edge effects for scrolling widgets (overscroll)Adam Powell2010-08-301-0/+849
* 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