Searched refs:mCountDownLeft (Results 1 – 1 of 1) sorted by relevance
51 private Duration mCountDownLeft; field in CountDownRenderer88 if (!mIsRevealed || mBounds == null || mCountDownLeft == null) { in draw()92 String timerText = Long.toString(mCountDownLeft.getSeconds()); in draw()154 mCountDownLeft = timeLeft; in setCountDownLeft()