summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/OverScroller.java
Commit message (Expand)AuthorAgeFilesLines
* am d8c941ff: Merge "Don\'t update OverScroller fling state if no time has pas...Adam Powell2014-10-311-0/+4
|\
| * Don't update OverScroller fling state if no time has passed since startAdam Powell2014-10-311-0/+4
* | resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller2014-10-021-4/+1
|\ \ | |/ |/|
| * Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller2014-10-011-4/+1
* | Fix the build, use viscous fluid interpolator in OverScrollerAlan Viverette2013-09-041-10/+11
|/
* Sync fling physics between Scroller/OverScrollerAdam Powell2012-08-091-17/+12
* Fix janky programmatic ListView scrollingAdam Powell2012-04-261-1/+5
* Tuning Overscroller's scroll curveJustin Ho2011-09-191-4/+4
* Can't stop the fling!Jeff Brown2011-09-161-1/+1
* Make EdgeEffect public API.Adam Powell2011-08-311-1/+0
* 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