Searched refs:circlePath (Results 1 – 1 of 1) sorted by relevance
85 Path circlePath = new Path(); in onDraw() local87 circlePath.addCircle(radius /* x */, radius /* y */, radius, Path.Direction.CW); in onDraw()88 mDotRenderer = new DotRenderer(mIconBitmapSize, circlePath, DEFAULT_PATH_SIZE); in onDraw()