Searched refs:boundingBox (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java36 public final RectF boundingBox; field in class:GestureStroke
81 boundingBox = bx;
89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
97 return new GestureStroke(boundingBox, length, points, timestamps);
163 final RectF rect = boundingBox;
H A DGesture.java97 mBoundingBox.union(stroke.boundingBox);
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java70 public Rectangle boundingBox() { method in class:Quad

Completed in 198 milliseconds