public class FixedSpeedScroller
extends android.widget.Scroller
| 构造器和说明 |
|---|
FixedSpeedScroller(android.content.Context context) |
FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator) |
FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator,
boolean flywheel) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
startScroll(int startX,
int startY,
int dx,
int dy) |
void |
startScroll(int startX,
int startY,
int dx,
int dy,
int duration) |
public FixedSpeedScroller(android.content.Context context)
public FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator)
public FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator,
boolean flywheel)