Searched refs:arrowWidth (Results 1 – 2 of 2) sorted by relevance
356 final float arrowWidth = Math.round(arrowHeadBarLength * Math.cos(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()