Searched refs:mTimerTextPaint (Results 1 – 1 of 1) sorted by relevance
39 private final Paint mTimerTextPaint; field in CountDownRenderer59 mTimerTextPaint = new Paint(); in CountDownRenderer()60 mTimerTextPaint.setTextAlign(Paint.Align.CENTER); in CountDownRenderer()61 mTimerTextPaint.setTypeface(Typeface.SANS_SERIF); in CountDownRenderer()62 mTimerTextPaint.setColor(Color.WHITE); in CountDownRenderer()63 mTimerTextPaint.setAntiAlias(true); in CountDownRenderer()93 RectF timerTextBounds = measureText(timerText, mTimerTextPaint); in draw()116 timerText, timerTextBounds.centerX(), timerTextBounds.bottom, mTimerTextPaint); in draw()138 mTimerTextPaint.setTextSize(textSizeToBoundsRatio * totalDiameter); in updateBounds()