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