Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java51 private Duration mCountDownLeft; field in CountDownRenderer
88 if (!mIsRevealed || mBounds == null || mCountDownLeft == null) { in draw()
92 String timerText = Long.toString(mCountDownLeft.getSeconds()); in draw()
154 mCountDownLeft = timeLeft; in setCountDownLeft()