package android.widget;
public class EdgeEffect
{
public EdgeEffect(android.content.Context context) { throw new RuntimeException("Stub!"); }
public void setSize(int width, int height) { throw new RuntimeException("Stub!"); }
public boolean isFinished() { throw new RuntimeException("Stub!"); }
public void finish() { throw new RuntimeException("Stub!"); }
public void onPull(float deltaDistance) { throw new RuntimeException("Stub!"); }
public void onPull(float deltaDistance, float displacement) { throw new RuntimeException("Stub!"); }
public void onRelease() { throw new RuntimeException("Stub!"); }
public void onAbsorb(int velocity) { throw new RuntimeException("Stub!"); }
public void setColor(int color) { throw new RuntimeException("Stub!"); }
public int getColor() { throw new RuntimeException("Stub!"); }
public boolean draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public int getMaxHeight() { throw new RuntimeException("Stub!"); }
}
|