Searched defs:PointF (Results 1 – 4 of 4) sorted by relevance
26 public class PointF implements Parcelable { class30 public PointF() {} in PointF() method in PointF32 public PointF(float x, float y) { in PointF() method in PointF37 public PointF(@NonNull Point p) { in PointF() method in PointF49 public PointF(@NonNull PointF p) { in PointF() method in PointF
638 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject()729 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
428 TypeConverter<PointF, ?> converter, Path path) { in ofObject()513 TypeConverter<PointF, V> converter, Path path) { in ofObject()
81 struct PointF { struct82 float x;83 float y;