Searched defs:strokePaint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java47 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in class:PathDestructionActivity.MyView
53 strokePaint.setStyle(Paint.Style.STROKE);
85 strokePaint.setColor(getRandomColor());
86 canvas.drawPath(path, strokePaint);

Completed in 55 milliseconds