Searched refs:mHundredths (Results 1 – 1 of 1) sorted by relevance
57 private String mHours, mMinutes, mSeconds, mHundredths; field in CountingTimerView390 mHundredths = String.format(TWO_DIGITS, hundreds); in setTime()392 mHundredths = null; in setTime()414 + ((mHundredths == null) ? 0 : mHundredths.length()); in getDigitsLength()420 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()624 if (mHundredths != null) { in onDraw()625 mMedHundredths.draw(canvas, mHundredths, xTextStart, yTextStart); in onDraw()