Searched refs:mPaintBigThin (Results 1 – 1 of 1) sorted by relevance
60 private final Paint mPaintBigThin = new Paint(); field in CountingTimerView275 mPaintBigThin.setAntiAlias(true); in CountingTimerView()276 mPaintBigThin.setStyle(Paint.Style.STROKE); in CountingTimerView()277 mPaintBigThin.setTextAlign(Paint.Align.CENTER); in CountingTimerView()278 mPaintBigThin.setTypeface(androidClockMonoThin); in CountingTimerView()292 mBigSeconds = new UnsignedTime(mPaintBigThin, 0.f, allDigits); in CountingTimerView()302 mPaintBigThin.setTextSize(mBigFontSize); in resetTextSize()307 mPaintBigThin.setColor(textColor); in setTextColor()449 mPaintBigThin.setTextSize(mPaintBigThin.getTextSize() * sizeRatio); in setTotalTextWidth()452 mTextHeight = mPaintBigThin.getTextSize(); in setTotalTextWidth()[all …]