android.widget.EdgeEffect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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 onRelease() { throw new RuntimeException("Stub!"); }
public void onAbsorb(int velocity) { throw new RuntimeException("Stub!"); }
public boolean draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
}