Searched refs:mBigHours (Results 1 – 1 of 1) sorted by relevance
64 private final SignedTime mBigHours, mBigMinutes; field in CountingTimerView293 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()