Searched refs:mBorderPaint (Results 1 – 3 of 3) sorted by relevance
56 protected final Paint mBorderPaint; field in AbstractAvatarDrawable72 mBorderPaint = new Paint(); in AbstractAvatarDrawable()73 mBorderPaint.setColor(Color.TRANSPARENT); in AbstractAvatarDrawable()74 mBorderPaint.setStyle(Paint.Style.STROKE); in AbstractAvatarDrawable()75 mBorderPaint.setStrokeWidth(mBorderWidth); in AbstractAvatarDrawable()76 mBorderPaint.setAntiAlias(true); in AbstractAvatarDrawable()133 canvas.drawCircle(bounds.centerX(), bounds.centerY(), radius, mBorderPaint); in drawBitmap() local
44 private Paint mBorderPaint; field in CategoryView66 mBorderPaint = new Paint(mSelectPaint); in CategoryView()67 mBorderPaint.setColor(Color.BLACK); in CategoryView()126 mSelectionStroke, mSelectPaint, mBorderStroke, mBorderPaint); in onDraw()
41 private Paint mBorderPaint = new Paint(); field in ImageDraw85 mBorderPaint.setColor(mBorderColor); in setupConstants()86 mBorderPaint.setStyle(Paint.Style.STROKE); in setupConstants()87 mBorderPaint.setStrokeWidth(edge); in setupConstants()