Home
last modified time | relevance | path

Searched refs:isCountingDown (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DCountDownView.java73 public boolean isCountingDown() { in isCountingDown() method in CountDownView
146 if (isCountingDown()) { in startCountDown()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModuleUI.java148 public boolean isCountingDown() { in isCountingDown() method in CaptureModuleUI
149 return mCountdownView.isCountingDown(); in isCountingDown()
DPhotoUI.java140 public boolean isCountingDown() { in isCountingDown() method in PhotoUI
141 return mCountdownView.isCountingDown(); in isCountingDown()
DCaptureModule.java603 if (mUI.isCountingDown()) { in cancelCountDown()
867 if (mUI.isCountingDown()) {
DPhotoModule.java427 if (mUI.isCountingDown()) { in cancelCountDown()
1693 if (mUI.isCountingDown()) { in onKeyUp()