Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java783 private Path mProtectionPath; field in ScreenDecorations.DisplayCutoutView
845 canvas.drawPath(mProtectionPath, mPaint); in onDraw()
872 mProtectionPath = new Path(); in setProtection()
962 mProtectionPath.set(mProtectionPathOrig); in updateBoundingPath()
963 mProtectionPath.transform(m); in updateBoundingPath()