Searched refs:getClipPath (Results 1 – 5 of 5) sorted by relevance
93 Path clipPath = getClipPath(false /* ignoreTranslation */);102 protected Path getClipPath(boolean ignoreTranslation) { in getClipPath() method in ExpandableOutlineView174 clipPath = getClipPath(false /* ignoreTranslation */); in drawChild()
3271 return getClipPath(true /* ignoreTranslation */);
264 canvas.clipPath(getClipPath(), Region.Op.DIFFERENCE); in drawShadow()347 public Path getClipPath() { in getClipPath() method in PreviewBackground
192 Path clipPath = bg.getClipPath(); in draw()
122 bg.getClipPath().transform(m, mask); in createDrawableOnUiThread()