Searched refs:mPaintBigThin (Results 1 – 1 of 1) sorted by relevance
61 private final Paint mPaintBigThin = new Paint(); field in CountingTimerView278 mPaintBigThin.setAntiAlias(true); in CountingTimerView()279 mPaintBigThin.setStyle(Paint.Style.STROKE); in CountingTimerView()280 mPaintBigThin.setTextAlign(Paint.Align.CENTER); in CountingTimerView()281 mPaintBigThin.setTypeface(androidClockMonoThin); in CountingTimerView()295 mBigSeconds = new UnsignedTime(mPaintBigThin, 0.f, allDigits); in CountingTimerView()305 mPaintBigThin.setTextSize(mBigFontSize); in resetTextSize()310 mPaintBigThin.setColor(textColor); in setTextColor()452 mPaintBigThin.setTextSize(mPaintBigThin.getTextSize() * sizeRatio); in setTotalTextWidth()455 mTextHeight = mPaintBigThin.getTextSize(); in setTotalTextWidth()[all …]