Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DScreenDecorationsLogger.kt82 fun boundingRect(boundingRectangle: RectF, context: String) { in boundingRect() method
94 fun boundingRect(boundingRectangle: Rect, context: String) { in boundingRect() method in com.android.systemui.log.ScreenDecorationsLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DSceneWindowRootViewBinder.kt172 val boundingRect = it?.displayCutout?.boundingRectTop in <lambda>() constant
/frameworks/base/core/java/android/view/
DViewGroup.java6102 RectF boundingRect = attachInfo.mTmpTransformRect; in invalidateChild() local
6154 RectF boundingRect = attachInfo.mTmpTransformRect; in invalidateChild() local