Searched refs:mHours (Results 1 – 1 of 1) sorted by relevance
57 private String mHours, mMinutes, mSeconds, mHundredths; field in CountingTimerView368 mHours = String.format(format, hours); in setTime()371 mHours = String.format(format, hours); in setTime()373 mHours = null; in setTime()411 return ((mHours == null) ? 0 : mHours.length()) in getDigitsLength()418 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()615 if (mHours != null) { in onDraw()616 xTextStart = mBigHours.draw(canvas, mHours, xTextStart, yTextStart); in onDraw()