Searched refs:fillAndStrokePaint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java51 Paint fillAndStrokePaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in class:PathDestructionActivity.MyView
57 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE);
97 fillAndStrokePaint.setColor(getRandomColor());
98 canvas.drawPath(path, fillAndStrokePaint);

Completed in 31 milliseconds