Searched refs:timerTextBounds (Results 1 – 1 of 1) sorted by relevance
93 RectF timerTextBounds = measureText(timerText, mTimerTextPaint); in draw() local96 unitTextBounds.offset(0, timerTextBounds.height() - unitTextBounds.height()); in draw()102 timerTextBounds.width() + unitTextBounds.width() + mUnitTextLeftMargin, in draw()103 timerTextBounds.height()); in draw()105 unitTextBounds.offset(timerTextBounds.width() + mUnitTextLeftMargin, 0); in draw()111 timerTextBounds.offset(finalTextBounds.left, finalTextBounds.top); in draw()116 timerText, timerTextBounds.centerX(), timerTextBounds.bottom, mTimerTextPaint); in draw()