Package org.robolectric.shadows
Class ShadowScroller
java.lang.Object
org.robolectric.shadows.ShadowScroller
@Implements(android.widget.Scroller.class) public class ShadowScroller extends Object
-
Constructor Summary
Constructors Constructor Description ShadowScroller() -
Method Summary
Modifier and Type Method Description protected voidabortAnimation()protected booleancomputeScrollOffset()protected intgetCurrX()protected intgetCurrY()protected intgetDuration()protected intgetFinalX()protected intgetFinalY()protected intgetStartX()protected intgetStartY()protected booleanisFinished()protected voidstartScroll(int startX, int startY, int dx, int dy, int duration)protected inttimePassed()
-
Constructor Details
-
ShadowScroller
public ShadowScroller()
-
-
Method Details