Searched defs:mDrawPaint (Results 1 – 4 of 4) sorted by relevance
51 private final Paint mDrawPaint; field in ShadowGenerator
86 private final Paint mDrawPaint = new Paint(); field in PasswordTextView647 canvas.drawText(Character.toString(whichChar), 0, 0, mDrawPaint); in draw() local
670 private Paint mDrawPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in SimpleIconFactory
1170 private final Paint mDrawPaint = new Paint(); field in CalendarViewLegacyDelegate.WeekView