Searched refs:mBoundingPath (Results 1 – 1 of 1) sorted by relevance
417 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView455 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()