Searched defs:mDrawPaint (Results 1 – 5 of 5) sorted by relevance
60 private final Paint mDrawPaint; field in MonochromeIconFactory
56 private final Paint mDrawPaint; field in ShadowGenerator
88 private final Paint mDrawPaint = new Paint(); field in PasswordTextView651 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