Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java66 private final UnsignedTime mBigSeconds; field in CountingTimerView
292 mBigSeconds = new UnsignedTime(mPaintBigThin, 0.f, allDigits); in CountingTimerView()
293 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
294 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
419 + mBigSeconds.calcTotalWidth(mSeconds) in calcTotalTextWidth()
622 xTextStart = mBigSeconds.draw(canvas, mSeconds, xTextStart, yTextStart); in onDraw()