summaryrefslogtreecommitdiff
path: root/core/java/android/widget/OverScroller.java
AgeCommit message (Expand)Author
2021-05-12refactor pre-rendering feature for BLASTBufferQueueJun Wang
2021-04-07Merge SP1A.210331.003Scott Lobdell
2021-03-30Fixing Spline parameters when changing duration/position of OverscrollerSunny Goyal
2020-12-15[automerger] Fix StrictMode violation and add filter for scroll mode am: 7b83...Jun Wang
2020-12-15Fix StrictMode violation and add filter for scroll modeJun Wang
2020-11-16Merge "Merge SP1A.201105.002" into s-keystone-qcom-devScott Lobdell
2020-11-13Merge SP1A.201105.002Scott Lobdell
2020-11-10Don't update OverScroller fling state if improper time passedJun Wang
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-06-16Pre-rendering AOSP partJun Wang
2020-02-04Merge RP1A.200123.001Steven Laver
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-07-17perf: Remove Scroll Boosts and use GestureflingBoostKarthik Gopalan
2019-04-15perf: Use get API for perf Properties.Karthik Gopalan
2018-11-02Disable swipe boost and preferred apps for certain casesKarthik Gopalan
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-21Fling/Pre-fling Boost: Call perf boost from System Server contextSudharshun Iyengar
2018-03-21add perf_service into system_process.zfu
2018-02-20BoostFramework: To Enhance performance.Varun Garg
2016-09-07Javadocs fixes for deprecated methods on OverScrollerKirill Grouchnikov
2015-08-04Keep OverScroller.SplineOverScroller state consistent.Vladislav Kaznacheev
2015-06-19Fix huge bounce-back in ListView when double-flingingVladislav Kaznacheev
2014-10-31am d8c941ff: Merge "Don\'t update OverScroller fling state if no time has pas...Adam Powell
2014-10-31Don't update OverScroller fling state if no time has passed since startAdam Powell
2014-10-02resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller
2014-10-01Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller
2013-09-04Fix the build, use viscous fluid interpolator in OverScrollerAlan Viverette
2012-08-09Sync fling physics between Scroller/OverScrollerAdam Powell
2012-04-26Fix janky programmatic ListView scrollingAdam Powell
2011-09-19Tuning Overscroller's scroll curveJustin Ho
2011-09-16Can't stop the fling!Jeff Brown
2011-08-31Make EdgeEffect public API.Adam Powell
2010-12-14Reduced Overfling threshold after many different cefficient tries.Gilles Debunne
2010-12-11Fix build.Wink Saville
2010-12-10Modified OverScroller curvesGilles Debunne
2010-12-01Refactored OverScrollerGilles Debunne
2010-11-23Merge overscrolling from gingerbread.Adam Powell
2010-03-29Remove overscrollingAdam Powell
2010-03-25API refactoring for OverScroller.Adam Powell
2010-03-23New edge effect when OverScrolled.Gilles Debunne
2010-03-19New OverScroller with edge bouncing effect.Gilles Debunne
2010-03-02Fix a bug in OverScroller.setFinalX/YAdam Powell
2010-03-02Added Scroller compatibility methods to OverScrollerAdam Powell
2010-02-03Fixed an overscrolling bug in AbsListView with a root in OverScroller.Adam Powell
2010-02-01Overscrolling in AbsListView; visibility cleanup for FlingRunnableAdam Powell
2010-01-28ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...Adam Powell
2010-01-27Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...Adam Powell