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

/frameworks/base/graphics/java/android/graphics/
H A DPointF.java25 * PointF holds two float coordinates
27 public class PointF implements Parcelable { class in inherits:Parcelable
31 public PointF() {} method in class:PointF
33 public PointF(float x, float y) { method in class:PointF
38 public PointF(Point p) { method in class:PointF
54 public final void set(PointF p) {
81 PointF pointF = (PointF) o;
98 return "PointF(" + x + ", " + y + ")";
134 public static final Parcelable.Creator<PointF> CREATO
[all...]

Completed in 48 milliseconds