Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java781 private RectF mProtectionRect; field in ScreenDecorations.DisplayCutoutView
842 && !mProtectionRect.isEmpty()) { in onDraw()
844 mProtectionRect.centerX(), mProtectionRect.centerY()); in onDraw()
877 mProtectionRect = new RectF(); in setProtection()
964 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()
1031 mTotalBounds.union((int) mProtectionRect.left, (int) mProtectionRect.top, in onMeasure()
1032 (int) mProtectionRect.right, (int) mProtectionRect.bottom); in onMeasure()