Searched defs:isCountingDown (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DCountDownView.java59 public boolean isCountingDown() { method in class:CountDownView
/packages/apps/Camera2/src/com/android/camera/ui/
H A DCountDownView.java73 public boolean isCountingDown() { method in class:CountDownView
146 if (isCountingDown()) {
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUI.java141 public boolean isCountingDown() { method in class:CaptureModuleUI
142 return mCountdownView.isCountingDown();
H A DPhotoUI.java140 public boolean isCountingDown() { method in class:PhotoUI
141 return mCountdownView.isCountingDown();

Completed in 342 milliseconds