@Implements(android.widget.Scroller.class) public class ShadowScroller extends Object
Constructor | Description |
---|---|
ShadowScroller() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
computeScrollOffset() |
|
protected int |
getCurrX() |
|
protected int |
getCurrY() |
|
protected int |
getDuration() |
|
protected int |
getFinalX() |
|
protected int |
getFinalY() |
|
protected int |
getStartX() |
|
protected int |
getStartY() |
|
protected boolean |
isFinished() |
|
protected void |
startScroll(int startX,
int startY,
int dx,
int dy,
int duration) |
|
protected int |
timePassed() |
@Implementation protected int getStartX()
@Implementation protected int getStartY()
@Implementation protected int getCurrX()
@Implementation protected int getCurrY()
@Implementation protected int getFinalX()
@Implementation protected int getFinalY()
@Implementation protected int getDuration()
@Implementation protected void startScroll(int startX, int startY, int dx, int dy, int duration)
@Implementation protected boolean computeScrollOffset()
@Implementation protected boolean isFinished()
@Implementation protected int timePassed()