Searched refs:arrowHeight (Results 1 – 2 of 2) sorted by relevance
357 final float arrowHeight = Math.round(arrowHeadBarLength * Math.sin(rotation)); in draw() local370 mPath.rLineTo(arrowWidth, arrowHeight); in draw()374 mPath.rLineTo(arrowWidth, -arrowHeight); in draw()
131 double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument141 ring.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity); in setSizeParameters()