/aosp12/system/teeui/libteeui/src/ |
H A D | label.cpp | 68 optional<Box<pxs>> boundingBox; in draw() local 97 if (boundingBox) in draw() 98 boundingBox = boundingBox->merge(bBox); in draw() 100 boundingBox = bBox; in draw() 107 if (!boundingBox) return Error::OK; in draw() 109 TEEUI_LOG << "BoundingBox: " << *boundingBox << " Bounds: " << bounds << ENDL; in draw() 111 offset -= {0, boundingBox->y()}; in draw() 115 offset += {0, (bounds.h() - boundingBox->h()) / 2.0_px}; in draw() 117 offset += {0, (bounds.h() - boundingBox->h())}; in draw() 123 drawBox(boundingBox->translate(offset), 0xff00); in draw()
|
H A D | font_rendering.cpp | 132 const Box<pxs>& boundingBox) { in findLongestWordSequence() argument 183 if (workingBox.fitsInside(boundingBox)) { in findLongestWordSequence()
|
H A D | button.cpp | 158 Box<pxs> coBBox = Box<pxs>::boundingBox(coBegin->begin, coBegin->end); in draw()
|
/aosp12/frameworks/base/core/java/android/gesture/ |
H A D | GestureStroke.java | 36 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()
|
H A D | Gesture.java | 97 mBoundingBox.union(stroke.boundingBox); in addStroke()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragLayerController.java | 91 Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(), in getFolderBoundingBox() local 93 boundingBox.inset(mFolderMargin, mFolderMargin); in getFolderBoundingBox() 94 return boundingBox; in getFolderBoundingBox()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Quad.java | 75 public Rectangle boundingBox() { in boundingBox() method in Quad
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | font_rendering.h | 217 const Box<pxs>& boundingBox);
|
H A D | utils.h | 823 static Box boundingBox(const Point<Coord>* begin, const Point<Coord>* end) {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14647 field public final android.graphics.RectF boundingBox;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 10381 field public final android.graphics.RectF boundingBox;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18779 Landroid/filterfw/geometry/Quad;->boundingBox()Landroid/filterfw/geometry/Rectangle;
|