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.java67 private final Hundredths mMedHundredths; field in CountingTimerView
295 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTHS_SPACING, allDigits); in CountingTimerView()
420 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()
625 mMedHundredths.draw(canvas, mHundredths, xTextStart, yTextStart); in onDraw()