Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DDrawerArrowDrawable.java364 final float arrowHeight = Math.round(arrowHeadBarLength * Math.sin(rotation)); in draw() local
377 mPath.rLineTo(arrowWidth, arrowHeight); in draw()
381 mPath.rLineTo(arrowWidth, -arrowHeight); in draw()