Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java53 private final Paint mPaintMed = new Paint(); field in CountingTimerView
265 mPaintMed.setAntiAlias(true); in CountingTimerView()
266 mPaintMed.setStyle(Paint.Style.STROKE); in CountingTimerView()
267 mPaintMed.setTextAlign(Paint.Align.CENTER); in CountingTimerView()
268 mPaintMed.setTypeface(mAndroidClockMonoLight); in CountingTimerView()
287 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTH_SEPERATOR, allDigits); in CountingTimerView()
294 mPaintMed.setTextSize(mSmallFontSize); in resetTextSize()
300 mPaintMed.setColor(textColor); in setTextColor()
422 mPaintMed.setTextSize(mPaintMed.getTextSize() * sizeRatio); in setTotalTextWidth()
603 mPaintMed.setColor(textColor); in onDraw()