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

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

Completed in 99 milliseconds