public class FixedSpeedScroller
extends android.widget.Scroller
| Constructor and Description |
|---|
FixedSpeedScroller(android.content.Context context) |
FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator,
int scrollSpeed) |
| Modifier and Type | Method and Description |
|---|---|
void |
startScroll(int startX,
int startY,
int dx,
int dy,
int duration) |