Searched refs:mPaintBigThin (Results 1 – 1 of 1) sorted by relevance
52 private final Paint mPaintBigThin = new Paint(); field in CountingTimerView260 mPaintBigThin.setAntiAlias(true); in CountingTimerView()261 mPaintBigThin.setStyle(Paint.Style.STROKE); in CountingTimerView()262 mPaintBigThin.setTextAlign(Paint.Align.CENTER); in CountingTimerView()263 mPaintBigThin.setTypeface(mAndroidClockMonoThin); in CountingTimerView()285 mBigThinSeconds = new UnsignedTime(mPaintBigThin, in CountingTimerView()293 mPaintBigThin.setTextSize(mBigFontSize); in resetTextSize()299 mPaintBigThin.setColor(textColor); in setTextColor()421 mPaintBigThin.setTextSize(mPaintBigThin.getTextSize() * sizeRatio); in setTotalTextWidth()601 mPaintBigThin.setColor(textColor); in onDraw()