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()
DFloatingIconView.java146 private Path mClipPath; field in FloatingIconView
631 mClipPath = clipPath; in setClipPath()
640 if (mClipPath != null) { in draw()
641 canvas.clipPath(mClipPath); in draw()
855 mClipPath = null; in recycle()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java157 private Path mClipPath; field in Folder
1500 mClipPath = clipPath;
1506 if (mClipPath != null) {
1508 canvas.clipPath(mClipPath);