Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1061 private RectF mProtectionRectOrig; field in ScreenDecorations.DisplayCutoutView
1176 if (mProtectionRectOrig == null) { in setProtection()
1177 mProtectionRectOrig = new RectF(); in setProtection()
1180 mProtectionRectOrig.set(pathBounds); in setProtection()
1266 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()