Home
last modified time | relevance | path

Searched refs:boundingBox (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureStroke.java36 public final RectF boundingBox; field in GestureStroke
80 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()
DGesture.java97 mBoundingBox.union(stroke.boundingBox); in addStroke()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/
DLazyGridStateExt.kt45 val boundingBox = IntRect(item.offset, item.size) in isItemAtOffset() constant
46 return boundingBox.toRect().contains(offset) in isItemAtOffset()
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DQuad.java75 public Rectangle boundingBox() { in boundingBox() method in Quad
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10381 field public final android.graphics.RectF boundingBox;
/frameworks/base/core/api/
Dcurrent.txt15427 field public final android.graphics.RectF boundingBox;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15901 Landroid/filterfw/geometry/Quad;->boundingBox()Landroid/filterfw/geometry/Rectangle;