Searched refs:mBigMinutes (Results 1 – 1 of 1) sorted by relevance
56 private SignedTime mBigHours, mBigMinutes; field in CountingTimerView283 mBigMinutes = new SignedTime(mBigHours, in CountingTimerView()394 mTotalTextWidth = mBigHours.calcTotalWidth(mHours) + mBigMinutes.calcTotalWidth(mMinutes) in calcTotalTextWidth()410 float fixedWidths = mBigHours.getLabelWidth() + mBigMinutes.getLabelWidth() in setTotalTextWidth()412 float varWidths = mBigHours.getWidth() + mBigMinutes.getWidth() in setTotalTextWidth()609 textXstart = mBigMinutes.draw(canvas, mMinutes, textXstart, textYstart, labelYStart); in onDraw()