Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java92 String timerText = Long.toString(mCountDownLeft.getSeconds()); in draw() local
93 RectF timerTextBounds = measureText(timerText, mTimerTextPaint); in draw()
116 timerText, timerTextBounds.centerX(), timerTextBounds.bottom, mTimerTextPaint); in draw()