Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java68 private final Hundredths mMedHundredths; field in CountingTimerView
298 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTHS_SPACING, allDigits); in CountingTimerView()
423 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()
642 mMedHundredths.draw(canvas, mHundredths, xTextStart, yTextStart); in onDraw()