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.java61 private final Paint mPaintMed = new Paint(); field in CountingTimerView
282 mPaintMed.setAntiAlias(true); in CountingTimerView()
283 mPaintMed.setStyle(Paint.Style.STROKE); in CountingTimerView()
284 mPaintMed.setTextAlign(Paint.Align.CENTER); in CountingTimerView()
285 mPaintMed.setTypeface(androidClockMonoLight); in CountingTimerView()
295 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTHS_SPACING, allDigits); in CountingTimerView()
303 mPaintMed.setTextSize(mSmallFontSize); in resetTextSize()
308 mPaintMed.setColor(textColor); in setTextColor()
450 mPaintMed.setTextSize(mPaintMed.getTextSize() * sizeRatio); in setTotalTextWidth()
613 mPaintMed.setColor(textColor); in onDraw()