Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java64 private final SignedTime mBigHours, mBigMinutes; field in CountingTimerView
294 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
418 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()
619 xTextStart = mBigMinutes.draw(canvas, mMinutes, xTextStart, yTextStart); in onDraw()