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.java784 private Path mProtectionPathOrig; field in ScreenDecorations.DisplayCutoutView
870 if (mProtectionPathOrig == null) { in setProtection()
871 mProtectionPathOrig = new Path(); in setProtection()
874 mProtectionPathOrig.set(protectionPath); in setProtection()
960 if (mProtectionPathOrig != null) { in updateBoundingPath()
962 mProtectionPath.set(mProtectionPathOrig); in updateBoundingPath()