Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java98 RectF finalTextBounds = in draw() local
108 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()