Searched refs:mBorderPaint (Results 1 – 1 of 1) sorted by relevance
32 private final Paint mBorderPaint; field in WalletCardView40 mBorderPaint = new Paint(); in WalletCardView()41 mBorderPaint.setColor(context.getColor(R.color.wallet_card_border)); in WalletCardView()42 mBorderPaint.setStrokeWidth( in WalletCardView()44 mBorderPaint.setStyle(Paint.Style.STROKE); in WalletCardView()45 mBorderPaint.setAntiAlias(true); in WalletCardView()52 canvas.drawRoundRect(0, 0, getWidth(), getHeight(), radius, radius, mBorderPaint); in draw()