Home
last modified time | relevance | path

Searched refs:getClipPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java93 Path clipPath = getClipPath(false /* ignoreTranslation */);
102 protected Path getClipPath(boolean ignoreTranslation) { in getClipPath() method in ExpandableOutlineView
174 clipPath = getClipPath(false /* ignoreTranslation */); in drawChild()
H A DExpandableNotificationRow.java3271 return getClipPath(true /* ignoreTranslation */);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewBackground.java264 canvas.clipPath(getClipPath(), Region.Op.DIFFERENCE); in drawShadow()
347 public Path getClipPath() { in getClipPath() method in PreviewBackground
H A DPreviewItemManager.java192 Path clipPath = bg.getClipPath(); in draw()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFolderAdaptiveIcon.java122 bg.getClipPath().transform(m, mask); in createDrawableOnUiThread()