List of usage examples for android.graphics Paint getStrokeWidth
public float getStrokeWidth()
From source file:color.kidpaint.com.kidpaintcolor.dialog.BrushPickerDialog.java
public void setCurrentPaint(Paint currentPaint) { mCurrentPaint = currentPaint;//w w w . jav a 2 s .c om updateStrokeCap(currentPaint.getStrokeCap()); updateStrokeChange((int) currentPaint.getStrokeWidth()); }