Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java884 private RectF mProtectionRectOrig; field in ScreenDecorations.DisplayCutoutView
980 if (mProtectionRectOrig == null) { in setProtection()
981 mProtectionRectOrig = new RectF(); in setProtection()
984 mProtectionRectOrig.set(pathBounds); in setProtection()
1071 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()