public final class InertiaTimerTask
extends java.util.TimerTask
| Constructor and Description |
|---|
InertiaTimerTask(WheelView wheelView,
float velocityY) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public InertiaTimerTask(WheelView wheelView, float velocityY)
wheelView - 滚轮对象velocityY - Y轴滑行速度