Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java417 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView
455 if (!mBoundingPath.isEmpty()) { in onDraw()
459 canvas.drawPath(mBoundingPath, mPaint); in onDraw()
483 mBoundingPath.reset(); in update()
509 mBoundingPath.set(DisplayCutout.pathFromResources(getResources(), dw, dh)); in updateBoundingPath()
512 mBoundingPath.transform(m); in updateBoundingPath()