Searched refs:mTotalBounds (Results 1 – 1 of 1) sorted by relevance
785 private Rect mTotalBounds = new Rect(); field in ScreenDecorations.DisplayCutoutView1030 mTotalBounds.union(mBoundingRect); in onMeasure()1031 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()1034 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()1035 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()