Home
last modified time | relevance | path

Searched refs:mBorderPaint (Results 1 – 3 of 3) sorted by relevance

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletCardView.java34 private final Paint mBorderPaint; field in WalletCardView
42 mBorderPaint = new Paint(); in WalletCardView()
43 mBorderPaint.setColor(context.getColor(R.color.wallet_card_border)); in WalletCardView()
44 mBorderPaint.setStrokeWidth( in WalletCardView()
46 mBorderPaint.setStyle(Paint.Style.STROKE); in WalletCardView()
47 mBorderPaint.setAntiAlias(true); in WalletCardView()
54 canvas.drawRoundRect(0, 0, getWidth(), getHeight(), radius, radius, mBorderPaint); in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryView.java44 private Paint mBorderPaint; field in CategoryView
66 mBorderPaint = new Paint(mSelectPaint); in CategoryView()
67 mBorderPaint.setColor(Color.BLACK); in CategoryView()
126 mSelectionStroke, mSelectPaint, mBorderStroke, mBorderPaint); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageDraw.java41 private Paint mBorderPaint = new Paint(); field in ImageDraw
85 mBorderPaint.setColor(mBorderColor); in setupConstants()
86 mBorderPaint.setStyle(Paint.Style.STROKE); in setupConstants()
87 mBorderPaint.setStrokeWidth(edge); in setupConstants()