public class VelocityTrackerAssert
extends <any>
VelocityTracker instances.| Constructor and Description |
|---|
VelocityTrackerAssert(android.view.VelocityTracker actual) |
| Modifier and Type | Method and Description |
|---|---|
VelocityTrackerAssert |
hasXVelocity(float velocity) |
VelocityTrackerAssert |
hasXVelocity(int id,
float velocity) |
VelocityTrackerAssert |
hasYVelocity(float velocity) |
VelocityTrackerAssert |
hasYVelocity(int id,
float velocity) |
public VelocityTrackerAssert(android.view.VelocityTracker actual)
public VelocityTrackerAssert hasXVelocity(float velocity)
public VelocityTrackerAssert hasXVelocity(int id, float velocity)
public VelocityTrackerAssert hasYVelocity(float velocity)
public VelocityTrackerAssert hasYVelocity(int id, float velocity)