Searched refs:mTotalBounds (Results 1 – 1 of 1) sorted by relevance
887 private Rect mTotalBounds = new Rect(); field in ScreenDecorations.DisplayCutoutView1133 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()