Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRoundedArrowDrawable.java225 Path clipPiece = new Path(); in clipPopupBodyFromPath() local
226 clipPiece.addRoundRect( in clipPopupBodyFromPath()
233 clipPiece.offset(-arrowOffsetX, -popupHeight + arrowOffsetY - 0.5f); in clipPopupBodyFromPath()
234 path.op(clipPiece, Path.Op.DIFFERENCE); in clipPopupBodyFromPath()