FileDocCategorySizeDatePackage
VelocityTrackerInterface.javaAPI DocAndroid 5.1 API1063Thu Mar 12 22:22:42 GMT 2015com.android.systemui.statusbar.phone

VelocityTrackerInterface

public interface VelocityTrackerInterface
An interface for a velocity tracker to delegate. To be implemented by different velocity tracking algorithms.

Fields Summary
Constructors Summary
Methods Summary
public voidaddMovement(android.view.MotionEvent event)

public voidcomputeCurrentVelocity(int units)

public floatgetXVelocity()

public floatgetYVelocity()

public voidrecycle()