Searched refs:arrowPath (Results 1 – 2 of 2) sorted by relevance
32 private val arrowPath = Path() constant296 arrowPath.reset() in calculateArrowPath()297 arrowPath.moveTo(dx, -dy) in calculateArrowPath()298 arrowPath.lineTo(0f, 0f) in calculateArrowPath()299 arrowPath.lineTo(dx, dy) in calculateArrowPath()300 arrowPath.moveTo(dx, -dy) in calculateArrowPath()301 return arrowPath in calculateArrowPath()512 val arrowPath = calculateArrowPath(dx = dx, dy = dy) in hasOverlappingRendering() constant515 canvas.drawPath(arrowPath, arrowPaint) in hasOverlappingRendering()
164 final Path arrowPath = createArrowPath(arrowSize); in initMoveArrows() local167 arrowDrawable.setShape(new PathShape(arrowPath, arrowSize, arrowSize)); in initMoveArrows()