Searched refs:mGlow (Results 1 – 1 of 1) sorted by relevance
43 private Paint mGlow; field in DraggableDot101 mGlow = new Paint(); in DraggableDot()102 mGlow.setAntiAlias(true); in DraggableDot()103 mGlow.setStrokeWidth(1); in DraggableDot()104 mGlow.setStyle(Paint.Style.STROKE); in DraggableDot()167 mGlow.setColor(color); in onDraw()168 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw()170 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw()