Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java886 private Path mProtectionPathOrig; field in ScreenDecorations.DisplayCutoutView
975 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()