Searched defs:mBigSeconds (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java39 * mBigSeconds and mMedHundredths. Those members are each tasked with measuring, sizing and
67 private final UnsignedTime mBigSeconds; field in class:CountingTimerView
294 mBigSeconds = new UnsignedTime(mPaintBigThin, 0.f, allDigits);
295 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING);
296 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING);
421 + mBigSeconds.calcTotalWidth(mSeconds)
638 xTextStart = mBigSeconds.draw(canvas, mSeconds, xTextStart, yTextStart);

Completed in 32 milliseconds