Searched refs:boundingBox (Results 1 – 4 of 4) sorted by relevance
36 public final RectF boundingBox; field in GestureStroke81 boundingBox = bx; in GestureStroke()89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom); in GestureStroke()97 return new GestureStroke(boundingBox, length, points, timestamps); in clone()163 final RectF rect = boundingBox; in toPath()
97 mBoundingBox.union(stroke.boundingBox); in addStroke()
7733 field public final android.graphics.RectF boundingBox;