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()
881 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView940 if (!mBoundingPath.isEmpty()) { in onDraw()944 canvas.drawPath(mBoundingPath, mPaint); in onDraw()1036 mBoundingPath.reset(); in update()1063 mBoundingPath.set(DisplayCutout.pathFromResources(getResources(), dw, dh)); in updateBoundingPath()1066 mBoundingPath.transform(m); in updateBoundingPath()