FileDocCategorySizeDatePackage
Scroller.javaAPI DocAndroid 5.1 API2092Sat Mar 14 14:09:42 GMT 2015android.widget

Scroller

public class Scroller extends Object

Fields Summary
Constructors Summary
public Scroller(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public Scroller(android.content.Context context, android.view.animation.Interpolator interpolator)

 throw new RuntimeException("Stub!"); 
public Scroller(android.content.Context context, android.view.animation.Interpolator interpolator, boolean flywheel)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidabortAnimation()

 throw new RuntimeException("Stub!"); 
public booleancomputeScrollOffset()

 throw new RuntimeException("Stub!"); 
public voidextendDuration(int extend)

 throw new RuntimeException("Stub!"); 
public voidfling(int startX, int startY, int velocityX, int velocityY, int minX, int maxX, int minY, int maxY)

 throw new RuntimeException("Stub!"); 
public final voidforceFinished(boolean finished)

 throw new RuntimeException("Stub!"); 
public floatgetCurrVelocity()

 throw new RuntimeException("Stub!"); 
public final intgetCurrX()

 throw new RuntimeException("Stub!"); 
public final intgetCurrY()

 throw new RuntimeException("Stub!"); 
public final intgetDuration()

 throw new RuntimeException("Stub!"); 
public final intgetFinalX()

 throw new RuntimeException("Stub!"); 
public final intgetFinalY()

 throw new RuntimeException("Stub!"); 
public final intgetStartX()

 throw new RuntimeException("Stub!"); 
public final intgetStartY()

 throw new RuntimeException("Stub!"); 
public final booleanisFinished()

 throw new RuntimeException("Stub!"); 
public voidsetFinalX(int newX)

 throw new RuntimeException("Stub!"); 
public voidsetFinalY(int newY)

 throw new RuntimeException("Stub!"); 
public final voidsetFriction(float friction)

 throw new RuntimeException("Stub!"); 
public voidstartScroll(int startX, int startY, int dx, int dy)

 throw new RuntimeException("Stub!"); 
public voidstartScroll(int startX, int startY, int dx, int dy, int duration)

 throw new RuntimeException("Stub!"); 
public inttimePassed()

 throw new RuntimeException("Stub!");