Searched refs:calcTotalWidth (Results 1 – 1 of 1) sorted by relevance
145 public float calcTotalWidth(final String time) { in calcTotalWidth() method in CountingTimerView.UnsignedTime418 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()419 + mBigSeconds.calcTotalWidth(mSeconds) in calcTotalTextWidth()420 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()