Searched refs:mClipPath (Results 1 – 3 of 3) sorted by relevance
35 private final Path mClipPath = new Path(); field in TopRoundedCornerView65 canvas.clipPath(mClipPath); in draw()79 mClipPath.reset(); in onMeasure()80 mClipPath.addRoundRect(mRect, mRadii, Path.Direction.CW); in onMeasure()
110 private Path mClipPath; field in ClipIconView309 mClipPath = clipPath; in setClipPath()316 if (mClipPath != null) { in draw()317 canvas.clipPath(mClipPath); in draw()337 mClipPath = null; in recycle()
179 private Path mClipPath; field in Folder1646 mClipPath = clipPath; in setClipPath()1652 if (mClipPath != null) { in draw()1654 canvas.clipPath(mClipPath); in draw()