Home | History | Annotate | Download | only in bitmap

Lines Matching refs:sPaint

40     private static final Paint sPaint = new Paint();
52 sPaint.setTypeface(Typeface.create("sans-serif-light", Typeface.NORMAL));
53 sPaint.setTextAlign(Align.CENTER);
54 sPaint.setAntiAlias(true);
94 sPaint.setColor(getTileColorPicker().pickColor(email));
95 sPaint.setAlpha(mBitmapPaint.getAlpha());
96 drawCircle(canvas, bounds, sPaint);
104 sPaint.setTextSize(sTileLetterFontSize);
105 sPaint.getTextBounds(sFirstChar, 0, 1, sRect);
106 sPaint.setColor(sTileFontColor);
108 bounds.centerY() + sRect.height() / 2, sPaint);