Searched refs:strokePaint (Results 1 – 2 of 2) sorted by relevance
49 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in PathDestructionActivity.MyView55 strokePaint.setStyle(Paint.Style.STROKE); in MyView()89 strokePaint.setColor(getRandomColor()); in onDraw()90 canvas.drawPath(path, strokePaint); in onDraw()
1144 final Paint strokePaint = mStrokePaint;1145 if (strokePaint != null) {1149 final int oldColor = strokePaint.getColor();1151 strokePaint.setColor(newColor);