Home
last modified time | relevance | path

Searched refs:mBoundingBox (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/gesture/
H A DGesture.java52 private final RectF mBoundingBox = new RectF(); field in Gesture
66 gesture.mBoundingBox.set(mBoundingBox.left, mBoundingBox.top, in clone()
67 mBoundingBox.right, mBoundingBox.bottom); in clone()
97 mBoundingBox.union(stroke.boundingBox); in addStroke()
122 return mBoundingBox; in getBoundingBox()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18824 Landroid/gesture/Gesture;->mBoundingBox:Landroid/graphics/RectF;