Searched refs:boundingBox (Results 1 – 8 of 8) sorted by relevance
36 public final RectF boundingBox; field in GestureStroke80 boundingBox = bx; in GestureStroke()88 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom); in GestureStroke()96 return new GestureStroke(boundingBox, length, points, timestamps); in clone()162 final RectF rect = boundingBox; in toPath()
97 mBoundingBox.union(stroke.boundingBox); in addStroke()
45 val boundingBox = IntRect(item.offset, item.size) in isItemAtOffset() constant46 return boundingBox.toRect().contains(offset) in isItemAtOffset()
75 public Rectangle boundingBox() { in boundingBox() method in Quad
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10381 field public final android.graphics.RectF boundingBox;
15427 field public final android.graphics.RectF boundingBox;
15901 Landroid/filterfw/geometry/Quad;->boundingBox()Landroid/filterfw/geometry/Rectangle;