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.java150 Path clipPiece = new Path(); in clipPopupBodyFromPath() local
151 clipPiece.addRoundRect( in clipPopupBodyFromPath()
158 clipPiece.offset(-arrowOffsetX, -popupHeight + arrowOffsetY - 0.5f); in clipPopupBodyFromPath()
159 path.op(clipPiece, Path.Op.DIFFERENCE); in clipPopupBodyFromPath()