Home
last modified time | relevance | path

Searched refs:mBigHours (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
293 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
418 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()
616 xTextStart = mBigHours.draw(canvas, mHours, xTextStart, yTextStart); in onDraw()