Searched refs:arrowOffsetX (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | RoundedArrowDrawable.java | 61 float arrowOffsetX, float arrowOffsetY, boolean isPointingUp, boolean leftAligned, in RoundedArrowDrawable() argument 71 clipPopupBodyFromPath(popupRadius, popupWidth, popupHeight, arrowOffsetX, arrowOffsetY, in RoundedArrowDrawable() 174 float popupHeight, float arrowOffsetX, float arrowOffsetY, Path path) { in clipPopupBodyFromPath() argument 184 clipPiece.offset(-arrowOffsetX, -popupHeight + arrowOffsetY - 0.5f); in clipPopupBodyFromPath()
|