Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java887 private Rect mTotalBounds = new Rect(); field in ScreenDecorations.DisplayCutoutView
1133 mTotalBounds.union(mBoundingRect); in onMeasure()
1134 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()
1137 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()
1138 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()