public class PagerView.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,
boolean flywheel) |
Modifier and Type | Method and Description |
---|---|
int |
getFixedDuration() |
void |
setFixedDuration(int mDuration) |
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)
public void startScroll(int startX, int startY, int dx, int dy, int duration)
startScroll
in class android.widget.Scroller
public void startScroll(int startX, int startY, int dx, int dy)
startScroll
in class android.widget.Scroller
public int getFixedDuration()
public void setFixedDuration(int mDuration)