Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownAnimationView.java112 mLoopingAnimationThread.setCountDownLeft(mCountDownDuration); in startInternal()
129 public void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in CountDownAnimationView
131 mLoopingAnimationThread.setCountDownLeft(timeLeft); in setCountDownLeft()
DLoopingAnimationThread.java137 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in LoopingAnimationThread
139 mCountDownRenderer.setCountDownLeft(Duration.ZERO); in setCountDownLeft()
141 mCountDownRenderer.setCountDownLeft(timeLeft); in setCountDownLeft()
DCountDownRenderer.java153 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() method in CountDownRenderer
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
DEmergencyActionFragment.java181 countDownAnimationView.setCountDownLeft( in startTimer()