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) |
FixedSpeedScroller(android.content.Context context,
android.view.animation.Interpolator interpolator,
int period) |
| Modifier and Type | Method and Description |
|---|---|
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,
int period)