Searched defs:mBorderPaint (Results 1 – 3 of 3) sorted by relevance
56 protected final Paint mBorderPaint; field in AbstractAvatarDrawable133 canvas.drawCircle(bounds.centerX(), bounds.centerY(), radius, mBorderPaint); in drawBitmap() local
44 private Paint mBorderPaint; field in CategoryView
41 private Paint mBorderPaint = new Paint(); field in ImageDraw