Searched refs:mRoundRectPaint (Results 1 – 1 of 1) sorted by relevance
37 private Paint mRoundRectPaint = new Paint(0); field in RoundedRectImageView71 mRoundRectPaint.setColor(context.getResources().getColor(R.color.chooser_row_divider)); in RoundedRectImageView()72 mRoundRectPaint.setStyle(Paint.Style.STROKE); in RoundedRectImageView()73 mRoundRectPaint.setStrokeWidth(context.getResources() in RoundedRectImageView()141 canvas.drawRoundRect(x, y, width, height, mRadius, mRadius, mRoundRectPaint); in onDraw()