FileDocCategorySizeDatePackage
EdgeEffect.javaAPI DocAndroid 5.1 API990Sat Mar 14 14:09:38 GMT 2015android.widget

EdgeEffect

public class EdgeEffect extends Object

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

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleandraw(android.graphics.Canvas canvas)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidonAbsorb(int velocity)

 throw new RuntimeException("Stub!"); 
public voidonPull(float deltaDistance)

 throw new RuntimeException("Stub!"); 
public voidonPull(float deltaDistance, float displacement)

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

 throw new RuntimeException("Stub!"); 
public voidsetColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetSize(int width, int height)

 throw new RuntimeException("Stub!");