Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1064 private Rect mTotalBounds = new Rect(); field in ScreenDecorations.DisplayCutoutView
1332 mTotalBounds.union(mBoundingRect); in onMeasure()
1333 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()
1336 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()
1337 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()