Searched refs:mProtectionRect (Results 1 – 1 of 1) sorted by relevance
883 private RectF mProtectionRect; field in ScreenDecorations.DisplayCutoutView947 && !mProtectionRect.isEmpty()) { in onDraw()949 mProtectionRect.centerX(), mProtectionRect.centerY()); in onDraw()982 mProtectionRect = new RectF(); in setProtection()1071 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()1134 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()1135 (int) mProtectionRect.right, (int) mProtectionRect.bottom); in onMeasure()