Searched refs:finalTextBounds (Results 1 – 1 of 1) sorted by relevance
98 RectF finalTextBounds = in draw() local108 finalTextBounds.offset( in draw()109 mBounds.left + (mBounds.width() - finalTextBounds.width()) * 0.5f, in draw()110 mBounds.bottom - (mBounds.height() - finalTextBounds.height())); in draw()111 timerTextBounds.offset(finalTextBounds.left, finalTextBounds.top); in draw()112 unitTextBounds.offset(finalTextBounds.left, finalTextBounds.top); in draw()