FileDocCategorySizeDatePackage
OverScroller.javaAPI DocAndroid 5.1 API2603Sat Mar 14 14:09:36 GMT 2015android.widget

OverScroller

public class OverScroller extends Object

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

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

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

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

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

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

 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 voidfling(int startX, int startY, int velocityX, int velocityY, int minX, int maxX, int minY, int maxY, int overX, int overY)

 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 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 booleanisOverScrolled()

 throw new RuntimeException("Stub!"); 
public voidnotifyHorizontalEdgeReached(int startX, int finalX, int overX)

 throw new RuntimeException("Stub!"); 
public voidnotifyVerticalEdgeReached(int startY, int finalY, int overY)

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

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

 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!");