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