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.java58 private Hundredths mMedHundredths; field in CountingTimerView
287 mMedHundredths = new Hundredths(mPaintMed, HUNDREDTH_SEPERATOR, allDigits); in CountingTimerView()
396 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()
411 + mBigThinSeconds.getLabelWidth() + mMedHundredths.getLabelWidth(); in setTotalTextWidth()
413 + mBigThinSeconds.getWidth() + mMedHundredths.getWidth(); in setTotalTextWidth()
616 textXstart = mMedHundredths.draw(canvas, mHundredths, in onDraw()