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.java56 private SignedTime mBigHours, mBigMinutes; field in CountingTimerView
283 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()