Home
last modified time | relevance | path

Searched refs:mPaintBigThin (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java61 private final Paint mPaintBigThin = new Paint(); field in CountingTimerView
278 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 …]