Searched refs:setCountDownLeft (Results 1 – 4 of 4) sorted by relevance
112 mLoopingAnimationThread.setCountDownLeft(mCountDownDuration); in startInternal()129 public void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in CountDownAnimationView131 mLoopingAnimationThread.setCountDownLeft(timeLeft); in setCountDownLeft()
137 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in LoopingAnimationThread139 mCountDownRenderer.setCountDownLeft(Duration.ZERO); in setCountDownLeft()141 mCountDownRenderer.setCountDownLeft(timeLeft); in setCountDownLeft()
153 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in CountDownRenderer
181 countDownAnimationView.setCountDownLeft( in startTimer()