Searched refs:mBoundingPath (Results 1 – 2 of 2) sorted by relevance
37 private final Path mBoundingPath = new Path(); field in DisplayCutoutView62 if (!mBoundingPath.isEmpty()) { in onDraw()65 canvas.drawPath(mBoundingPath, mPaint); in onDraw()74 mBoundingPath.reset(); in update()79 mBounds.getBoundaryPath(mBoundingPath); in update()
827 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView874 if (!mBoundingPath.isEmpty()) { in onDraw()878 canvas.drawPath(mBoundingPath, mPaint); in onDraw()917 mBoundingPath.reset(); in update()944 mBoundingPath.set(DisplayCutout.pathFromResources(getResources(), dw, dh)); in updateBoundingPath()947 mBoundingPath.transform(m); in updateBoundingPath()