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

android.graphics.PointF 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.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; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy