Methods Summary |
---|
public void | addMovement(android.view.MotionEvent event) throw new RuntimeException("Stub!");
|
public void | clear() throw new RuntimeException("Stub!");
|
public void | computeCurrentVelocity(int units) throw new RuntimeException("Stub!");
|
public void | computeCurrentVelocity(int units, float maxVelocity) throw new RuntimeException("Stub!");
|
protected void | finalize() throw new RuntimeException("Stub!");
|
public float | getXVelocity(int id) throw new RuntimeException("Stub!");
|
public float | getXVelocity() throw new RuntimeException("Stub!");
|
public float | getYVelocity() throw new RuntimeException("Stub!");
|
public float | getYVelocity(int id) throw new RuntimeException("Stub!");
|
public static android.view.VelocityTracker | obtain() throw new RuntimeException("Stub!");
|
public void | recycle() throw new RuntimeException("Stub!");
|