summaryrefslogtreecommitdiff
path: root/core/java/android/view/VelocityTracker.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-05-07Represent VelocityTracker Strategy as enum class.Chris Ye
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2014-01-08AArch64: Use long for pointers in VelocityTracker classAshok Bhat
2012-11-27Simplification of the poolable management utils.Svetoslav Ganov
2012-06-03Make velocity tracker strategy configurable.Jeff Brown
2012-05-13More VelocityTracker refactoring.Jeff Brown
2012-05-11Minor refactoring before starting on velocity tracker changes.Jeff Brown
2012-01-17Fixed doc typo and removed warningGilles Debunne
2011-09-14Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown
2011-06-06Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov
2011-03-15Improve VelocityTracker numerical stability.Jeff Brown
2010-10-12Don't recreate a new texture every time we draw a layer.Romain Guy
2010-09-09Fix bug 2988160 - Flinging broken in certain apps/widgetsAdam Powell
2010-08-09Optimize VelocityTracker to run in linear time.Jeff Brown
2010-07-30Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown
2010-05-13merge from open-source masterThe Android Open Source Project
2010-05-13Use integer for loop counter instead of floatKenny Root
2010-03-10Fix the build.Romain Guy
2010-03-03Fix VelocityTracker for CTS testsAdam Powell
2010-02-12VelocityTracker now uses pointer id instead of index when referring toAdam Powell
2010-02-09Manually merged VelocityTracker changesAdam Powell
2010-02-03Use a circular buffer in VelocityTrackerMarc Capdevielle
2010-01-12Added TransformGestureDetector (still in progress)Adam Powell
2009-07-21donut snapshotJean-Baptiste Queru
2009-07-06Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy
2009-05-20donut snapshotJean-Baptiste Queru
2009-04-01AI 144013: Rename PoolFactory to Pools, to follow the java.util convention (C...Romain Guy
2009-03-31AI 143890: Fixes #1749387. Improve the pooling of the VelocityTracker class. ...Romain Guy
2009-03-31AI 143815: am: CL 143758 Fixes #1749387. When a client of VelocityTracker obt...Romain Guy
2009-03-31AI 143758: Fixes #1749387. When a client of VelocityTracker obtains an instan...Romain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project