Searched refs:mCutoutPath (Results 1 – 2 of 2) sorted by relevance
73 private final Path mCutoutPath = new Path(); field in SignalDrawable199 mCutoutPath.reset(); in draw()200 mCutoutPath.setFillType(FillType.WINDING); in draw()214 canvas.drawPath(mCutoutPath, mTransparentPaint); in draw()219 mCutoutPath.moveTo(width, height); in draw()220 mCutoutPath.rLineTo(-cutX, 0); in draw()221 mCutoutPath.rLineTo(0, -cutY); in draw()222 mCutoutPath.rLineTo(cutX, 0); in draw()223 mCutoutPath.rLineTo(0, cutY); in draw()224 canvas.drawPath(mCutoutPath, mTransparentPaint); in draw()[all …]
1415 private Path mCutoutPath; field in DisplayCutout.Builder1433 if (mCutoutPath != null) { in build()1439 DisplayCutout.sCachedCutoutPath = mCutoutPath; in build()1516 mCutoutPath = cutoutPath; in setCutoutPath()