android.graphics.PointF 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.graphics;
public class PointF
implements android.os.Parcelable
{
public PointF() { throw new RuntimeException("Stub!"); }
public PointF(float x, float y) { throw new RuntimeException("Stub!"); }
public PointF(android.graphics.Point p) { throw new RuntimeException("Stub!"); }
public final void set(float x, float y) { throw new RuntimeException("Stub!"); }
public final void set(android.graphics.PointF p) { throw new RuntimeException("Stub!"); }
public final void negate() { throw new RuntimeException("Stub!"); }
public final void offset(float dx, float dy) { throw new RuntimeException("Stub!"); }
public final boolean equals(float x, float y) { throw new RuntimeException("Stub!"); }
public final float length() { throw new RuntimeException("Stub!"); }
public static float length(float x, float y) { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public void readFromParcel(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public float x;
public float y;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}