public interface VelocityTrackerInterface
Modifier and Type | Method and Description |
---|---|
void |
addMovement(MotionEvent event) |
void |
computeCurrentVelocity(int units) |
float |
getXVelocity() |
float |
getYVelocity() |
void |
recycle() |
void addMovement(MotionEvent event)
void computeCurrentVelocity(int units)
float getXVelocity()
float getYVelocity()
void recycle()