Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1060 private RectF mProtectionRect; field in ScreenDecorations.DisplayCutoutView
1121 && !mProtectionRect.isEmpty()) { in onDraw()
1123 mProtectionRect.centerX(), mProtectionRect.centerY()); in onDraw()
1178 mProtectionRect = new RectF(); in setProtection()
1266 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()
1333 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()
1334 (int) mProtectionRect.right, (int) mProtectionRect.bottom); in onMeasure()