Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DTopRoundedCornerView.java32 private final Path mClipPath = new Path(); field in TopRoundedCornerView
49 canvas.clipPath(mClipPath); in draw()
58 mClipPath.reset(); in onMeasure()
59 mClipPath.addRoundRect(mRect, mRadii, Path.Direction.CW); in onMeasure()
DClipIconView.java111 private Path mClipPath; field in ClipIconView
348 mClipPath = clipPath; in setClipPath()
355 if (mClipPath != null) { in draw()
356 canvas.clipPath(mClipPath); in draw()
376 mClipPath = null; in recycle()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java94 private Path mClipPath; field in FolderPagedView
135 if (mClipPath != null) { in dispatchDraw()
137 canvas.clipPath(mClipPath); in dispatchDraw()
646 mClipPath = clipPath; in setClipPath()
DFolder.java196 private Path mClipPath; field in Folder
1622 mClipPath = clipPath; in setClipPath()
1628 if (mClipPath != null) { in dispatchDraw()
1630 canvas.clipPath(mClipPath); in dispatchDraw()