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.java885 private Path mProtectionPath; field in ScreenDecorations.DisplayCutoutView
950 canvas.drawPath(mProtectionPath, mPaint); in onDraw()
977 mProtectionPath = new Path(); in setProtection()
1069 mProtectionPath.set(mProtectionPathOrig); in updateBoundingPath()
1070 mProtectionPath.transform(m); in updateBoundingPath()