Home
last modified time | relevance | path

Searched refs:mClipPath (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DTopRoundedCornerView.java35 private final Path mClipPath = new Path(); field in TopRoundedCornerView
65 canvas.clipPath(mClipPath); in draw()
79 mClipPath.reset(); in onMeasure()
80 mClipPath.addRoundRect(mRect, mRadii, Path.Direction.CW); in onMeasure()
DClipIconView.java110 private Path mClipPath; field in ClipIconView
309 mClipPath = clipPath; in setClipPath()
316 if (mClipPath != null) { in draw()
317 canvas.clipPath(mClipPath); in draw()
337 mClipPath = null; in recycle()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java179 private Path mClipPath; field in Folder
1646 mClipPath = clipPath; in setClipPath()
1652 if (mClipPath != null) { in draw()
1654 canvas.clipPath(mClipPath); in draw()