Searched defs:mTextPaint (Results 1 – 6 of 6) sorted by relevance
42 private final Paint mTextPaint; field in CanvasView
38 private Paint mTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in RoundedRectImageView
59 private final TextPaint mTextPaint; field in SubtitleView
105 private Paint mTextPaint; field in BatteryChartView600 canvas.drawText(mViewModel.getText(index), displayArea.centerX(), baselineY, mTextPaint); in drawAxisLabelText() local
97 private final Paint mTextPaint = new Paint(); field in TestTvInputService.SimpleSessionImpl
64 private final Paint mTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.FILTER_BITMAP_FLAG); field in BaseIconFactory