Searched refs:mBigSeconds (Results 1 – 1 of 1) sorted by relevance
66 private final UnsignedTime mBigSeconds; field in CountingTimerView292 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()