Searched refs:mProtectionPathOrig (Results 1 – 1 of 1) sorted by relevance
886 private Path mProtectionPathOrig; field in ScreenDecorations.DisplayCutoutView975 if (mProtectionPathOrig == null) { in setProtection()976 mProtectionPathOrig = new Path(); in setProtection()979 mProtectionPathOrig.set(protectionPath); in setProtection()1067 if (mProtectionPathOrig != null) { in updateBoundingPath()1069 mProtectionPath.set(mProtectionPathOrig); in updateBoundingPath()