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

/frameworks/base/graphics/java/android/graphics/
H A DRectF.java27 * RectF holds four float coordinates for a rectangle. The rectangle is
33 public class RectF implements Parcelable { class in inherits:Parcelable
40 * Create a new empty RectF. All coordinates are initialized to 0.
42 public RectF() {} method in class:RectF
54 public RectF(float left, float top, float right, float bottom) { method in class:RectF
68 public RectF(RectF r) { method in class:RectF
79 public RectF(Rect r) { method in class:RectF
95 RectF r = (RectF)
[all...]

Completed in 49 milliseconds