Home
last modified time | relevance | path

Searched defs:boundingRect (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DScreenDecorationsLogger.kt82 fun boundingRect(boundingRectangle: RectF, context: String) { regex
94 fun boundingRect(boundingRectangle: Rect, context: String) { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java471 private static int findCutoutInsetForSide(Size display, Rect boundingRect, int gravity) { in findCutoutInsetForSide()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayCutout.java1222 private static int findCutoutInsetForSide(int displayW, int displayH, Rect boundingRect, in findCutoutInsetForSide()
H A DViewGroup.java6124 RectF boundingRect = attachInfo.mTmpTransformRect; in invalidateChild() local
6176 RectF boundingRect = attachInfo.mTmpTransformRect; in invalidateChild() local