All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.EdgeEffect Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy