Searched defs:PointF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPointF.java24 * PointF holds two float coordinates
26 public class PointF implements Parcelable { class in inherits:Parcelable
30 public PointF() {} method in class:PointF
32 public PointF(float x, float y) { method in class:PointF
37 public PointF(Point p) { method in class:PointF
53 public final void set(PointF p) {
80 PointF pointF = (PointF) o;
97 return "PointF(" + x + ", " + y + ")";
133 public static final Parcelable.Creator<PointF> CREATO
[all...]

Completed in 539 milliseconds