Searched refs:mClipPath (Results 1 – 4 of 4) sorted by relevance
32 private final Path mClipPath = new Path(); field in TopRoundedCornerView49 canvas.clipPath(mClipPath); in draw()58 mClipPath.reset(); in onMeasure()59 mClipPath.addRoundRect(mRect, mRadii, Path.Direction.CW); in onMeasure()
111 private Path mClipPath; field in ClipIconView348 mClipPath = clipPath; in setClipPath()355 if (mClipPath != null) { in draw()356 canvas.clipPath(mClipPath); in draw()376 mClipPath = null; in recycle()
94 private Path mClipPath; field in FolderPagedView135 if (mClipPath != null) { in dispatchDraw()137 canvas.clipPath(mClipPath); in dispatchDraw()646 mClipPath = clipPath; in setClipPath()
196 private Path mClipPath; field in Folder1622 mClipPath = clipPath; in setClipPath()1628 if (mClipPath != null) { in dispatchDraw()1630 canvas.clipPath(mClipPath); in dispatchDraw()