Searched refs:mPaintBig (Results 1 – 1 of 1) sorted by relevance
51 private final Paint mPaintBig = new Paint(); field in CountingTimerView253 mPaintBig.setAntiAlias(true); in CountingTimerView()254 mPaintBig.setStyle(Paint.Style.STROKE); in CountingTimerView()255 mPaintBig.setTextAlign(Paint.Align.CENTER); in CountingTimerView()256 mPaintBig.setTypeface(mAndroidClockMonoBold); in CountingTimerView()281 mBigHours = new SignedTime(mPaintBig, in CountingTimerView()291 mPaintBig.setTextSize(mBigFontSize); in resetTextSize()298 mPaintBig.setColor(textColor); in setTextColor()420 mPaintBig.setTextSize(mPaintBig.getTextSize() * sizeRatio); in setTotalTextWidth()424 mTextHeight = mPaintBig.getTextSize(); in setTotalTextWidth()[all …]