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()
1058 private final Path mBoundingPath = new Path(); field in ScreenDecorations.DisplayCutoutView1114 if (!mBoundingPath.isEmpty()) { in onDraw()1118 canvas.drawPath(mBoundingPath, mPaint); in onDraw()1226 mBoundingPath.reset(); in update()1255 mBoundingPath.set(path); in updateBoundingPath()1257 mBoundingPath.reset(); in updateBoundingPath()1261 mBoundingPath.transform(m); in updateBoundingPath()