Searched refs:mCutoutPath (Results 1 – 2 of 2) sorted by relevance
79 private final Path mCutoutPath = new Path(); field in SignalDrawable213 mCutoutPath.reset(); in draw()214 mCutoutPath.setFillType(FillType.WINDING); in draw()228 canvas.drawPath(mCutoutPath, mTransparentPaint); in draw()233 mCutoutPath.moveTo(width, height); in draw()234 mCutoutPath.rLineTo(-cutX, 0); in draw()235 mCutoutPath.rLineTo(0, -cutY); in draw()236 mCutoutPath.rLineTo(cutX, 0); in draw()237 mCutoutPath.rLineTo(0, cutY); in draw()238 canvas.drawPath(mCutoutPath, mTransparentPaint); in draw()[all …]
1600 private Path mCutoutPath; field in Builder1618 if (mCutoutPath != null) { in build()1624 DisplayCutout.sCachedCutoutPath = mCutoutPath; in build()1701 mCutoutPath = cutoutPath; in setCutoutPath()