Home
last modified time | relevance | path

Searched refs:timerTextBounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java93 RectF timerTextBounds = measureText(timerText, mTimerTextPaint); in draw() local
96 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()