VelocityTrackerInterfacepublic interface VelocityTrackerInterface An interface for a velocity tracker to delegate. To be implemented by different velocity tracking
algorithms. |
Methods Summary |
---|
public void | addMovement(android.view.MotionEvent event)
| public void | computeCurrentVelocity(int units)
| public float | getXVelocity()
| public float | getYVelocity()
| public void | recycle()
|
|