summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/VelocityTracker.java
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Use long for pointers in VelocityTracker classAshok Bhat2014-01-081-9/+9
* Simplification of the poolable management utils.Svetoslav Ganov2012-11-271-51/+7
* Make velocity tracker strategy configurable.Jeff Brown2012-06-031-6/+27
* More VelocityTracker refactoring.Jeff Brown2012-05-131-8/+3
* Minor refactoring before starting on velocity tracker changes.Jeff Brown2012-05-111-0/+18
* Fixed doc typo and removed warningGilles Debunne2012-01-171-1/+2
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-0/+92
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-0/+15
* Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-291/+44
* Don't recreate a new texture every time we draw a layer.Romain Guy2010-10-121-4/+4
* Fix bug 2988160 - Flinging broken in certain apps/widgetsAdam Powell2010-09-091-2/+16
* Optimize VelocityTracker to run in linear time.Jeff Brown2010-08-091-80/+156
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-85/+168
* merge from open-source masterThe Android Open Source Project2010-05-131-1/+1
|\
| * Use integer for loop counter instead of floatKenny Root2010-05-131-1/+1
* | Fix the build.Romain Guy2010-03-101-4/+0
* | Fix VelocityTracker for CTS testsAdam Powell2010-03-031-6/+7
* | VelocityTracker now uses pointer id instead of index when referring toAdam Powell2010-02-121-22/+37
|/
* Manually merged VelocityTracker changesAdam Powell2010-02-091-57/+35
|\
| * Use a circular buffer in VelocityTrackerMarc Capdevielle2010-02-031-55/+33
| * donut snapshotJean-Baptiste Queru2009-07-211-4/+17
| * donut snapshotJean-Baptiste Queru2009-05-201-21/+44
| * AI 143758: Fixes #1749387. When a client of VelocityTracker obtains an instan...Romain Guy2009-03-311-0/+1
* | Added TransformGestureDetector (still in progress)Adam Powell2010-01-121-52/+87
* | Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-061-4/+17
* | AI 144013: Rename PoolFactory to Pools, to follow the java.util convention (C...Romain Guy2009-04-011-3/+3
* | AI 143890: Fixes #1749387. Improve the pooling of the VelocityTracker class. ...Romain Guy2009-03-311-21/+44
* | AI 143815: am: CL 143758 Fixes #1749387. When a client of VelocityTracker obt...Romain Guy2009-03-311-0/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+215
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-215/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+215