index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
OverScroller.java
Age
Commit message (
Expand
)
Author
2021-05-12
refactor pre-rendering feature for BLASTBufferQueue
Jun Wang
2021-04-07
Merge SP1A.210331.003
Scott Lobdell
2021-03-30
Fixing Spline parameters when changing duration/position of Overscroller
Sunny Goyal
2020-12-15
[automerger] Fix StrictMode violation and add filter for scroll mode am: 7b83...
Jun Wang
2020-12-15
Fix StrictMode violation and add filter for scroll mode
Jun Wang
2020-11-16
Merge "Merge SP1A.201105.002" into s-keystone-qcom-dev
Scott Lobdell
2020-11-13
Merge SP1A.201105.002
Scott Lobdell
2020-11-10
Don't update OverScroller fling state if improper time passed
Jun Wang
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-06-16
Pre-rendering AOSP part
Jun Wang
2020-02-04
Merge RP1A.200123.001
Steven Laver
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-07-17
perf: Remove Scroll Boosts and use GestureflingBoost
Karthik Gopalan
2019-04-15
perf: Use get API for perf Properties.
Karthik Gopalan
2018-11-02
Disable swipe boost and preferred apps for certain cases
Karthik Gopalan
2018-09-08
Merge QP1A.180823.001
Bill Peckham
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-05-21
Fling/Pre-fling Boost: Call perf boost from System Server context
Sudharshun Iyengar
2018-03-21
add perf_service into system_process.
zfu
2018-02-20
BoostFramework: To Enhance performance.
Varun Garg
2016-09-07
Javadocs fixes for deprecated methods on OverScroller
Kirill Grouchnikov
2015-08-04
Keep OverScroller.SplineOverScroller state consistent.
Vladislav Kaznacheev
2015-06-19
Fix huge bounce-back in ListView when double-flinging
Vladislav Kaznacheev
2014-10-31
am d8c941ff: Merge "Don\'t update OverScroller fling state if no time has pas...
Adam Powell
2014-10-31
Don't update OverScroller fling state if no time has passed since start
Adam Powell
2014-10-02
resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp
Neil Fuller
2014-10-01
Switch from FloatMath -> Math and Math.hypot where possible
Neil Fuller
2013-09-04
Fix the build, use viscous fluid interpolator in OverScroller
Alan Viverette
2012-08-09
Sync fling physics between Scroller/OverScroller
Adam Powell
2012-04-26
Fix janky programmatic ListView scrolling
Adam Powell
2011-09-19
Tuning Overscroller's scroll curve
Justin Ho
2011-09-16
Can't stop the fling!
Jeff Brown
2011-08-31
Make EdgeEffect public API.
Adam Powell
2010-12-14
Reduced Overfling threshold after many different cefficient tries.
Gilles Debunne
2010-12-11
Fix build.
Wink Saville
2010-12-10
Modified OverScroller curves
Gilles Debunne
2010-12-01
Refactored OverScroller
Gilles Debunne
2010-11-23
Merge overscrolling from gingerbread.
Adam Powell
2010-03-29
Remove overscrolling
Adam Powell
2010-03-25
API refactoring for OverScroller.
Adam Powell
2010-03-23
New edge effect when OverScrolled.
Gilles Debunne
2010-03-19
New OverScroller with edge bouncing effect.
Gilles Debunne
2010-03-02
Fix a bug in OverScroller.setFinalX/Y
Adam Powell
2010-03-02
Added Scroller compatibility methods to OverScroller
Adam Powell
2010-02-03
Fixed an overscrolling bug in AbsListView with a root in OverScroller.
Adam Powell
2010-02-01
Overscrolling in AbsListView; visibility cleanup for FlingRunnable
Adam Powell
2010-01-28
ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...
Adam Powell
2010-01-27
Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...
Adam Powell