Searched refs:mProtectionRectOrig (Results 1 – 1 of 1) sorted by relevance
1061 private RectF mProtectionRectOrig; field in ScreenDecorations.DisplayCutoutView1176 if (mProtectionRectOrig == null) { in setProtection()1177 mProtectionRectOrig = new RectF(); in setProtection()1180 mProtectionRectOrig.set(pathBounds); in setProtection()1266 m.mapRect(mProtectionRect, mProtectionRectOrig); in updateBoundingPath()