Home
last modified time | relevance | path

Searched refs:calcTotalWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java145 public float calcTotalWidth(final String time) { in calcTotalWidth() method in CountingTimerView.UnsignedTime
418 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()
419 + mBigSeconds.calcTotalWidth(mSeconds) in calcTotalTextWidth()
420 + mMedHundredths.calcTotalWidth(mHundredths); in calcTotalTextWidth()