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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAbstractAvatarDrawable.java56 protected final Paint mBorderPaint; field in class:AbstractAvatarDrawable
72 mBorderPaint = new Paint();
73 mBorderPaint.setColor(Color.TRANSPARENT);
74 mBorderPaint.setStyle(Paint.Style.STROKE);
75 mBorderPaint.setStrokeWidth(mBorderWidth);
76 mBorderPaint.setAntiAlias(true);
133 canvas.drawCircle(bounds.centerX(), bounds.centerY(), radius, mBorderPaint);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryView.java44 private Paint mBorderPaint; field in class:CategoryView
66 mBorderPaint = new Paint(mSelectPaint);
67 mBorderPaint.setColor(Color.BLACK);
126 mSelectionStroke, mSelectPaint, mBorderStroke, mBorderPaint);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageDraw.java41 private Paint mBorderPaint = new Paint(); field in class:ImageDraw
85 mBorderPaint.setColor(mBorderColor);
86 mBorderPaint.setStyle(Paint.Style.STROKE);
87 mBorderPaint.setStrokeWidth(edge);

Completed in 92 milliseconds