Home
last modified time | relevance | path

Searched refs:clipPath (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java173 PointF offset, boolean shouldClipPath, Path clipPath) { in drawParams() argument
180 drawPreviewItem(canvas, p, offset, isExiting | shouldClipPath, clipPath); in drawParams()
192 Path clipPath = bg.getClipPath(); in draw() local
198 drawParams(canvas, mCurrentPageParams, firstPageOffset, shouldClip, clipPath); in draw()
205 drawParams(canvas, mFirstPageParams, firstPageOffset, shouldClipFirstPage, clipPath); in draw()
221 boolean shouldClipPath, Path clipPath) {
224 canvas.clipPath(clipPath);
DFolderPagedView.java137 canvas.clipPath(mClipPath); in dispatchDraw()
645 public void setClipPath(Path clipPath) { in setClipPath() argument
646 mClipPath = clipPath; in setClipPath()
DFolder.java1621 public void setClipPath(Path clipPath) { in setClipPath() argument
1622 mClipPath = clipPath; in setClipPath()
1630 canvas.clipPath(mClipPath); in dispatchDraw()
DPreviewBackground.java267 canvas.clipPath(getClipPath(), Region.Op.DIFFERENCE); in drawShadow()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java347 public void setClipPath(Path clipPath) { in setClipPath() argument
348 mClipPath = clipPath; in setClipPath()
356 canvas.clipPath(mClipPath); in draw()
DClipPathView.java26 void setClipPath(Path clipPath); in setClipPath() argument
DTopRoundedCornerView.java49 canvas.clipPath(mClipPath); in draw()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DCustomShapeImageView.java93 canvas.clipPath(scaledPath); in onDraw()
/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
DAvatarUtil.java153 canvas.clipPath(path); in createClippedCircle()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java315 canvas.clipPath(mRoundedCornerClipPath); in onDraw()
DAsyncImageView.java391 canvas.clipPath(mRoundedCornerClipPath); in onDraw()
/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java101 canvas.clipPath(path, Region.Op.DIFFERENCE); in draw()
DCropImage.java283 c.clipPath(p, Region.Op.DIFFERENCE); in onSaveClicked()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java356 canvas.clipPath(mScaledMaskPath); in draw()