Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownAnimationView.java115 mLoopingAnimationThread.showCountDown(); in startInternal()
121 public void showCountDown() { in showCountDown() method in CountDownAnimationView
124 mLoopingAnimationThread.showCountDown(); in showCountDown()
DLoopingAnimationThread.java132 synchronized void showCountDown() { in showCountDown() method in LoopingAnimationThread
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
DEmergencyActionFragment.java199 countDownAnimationView.showCountDown(); in startTimer()