OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCountingDown
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java
141
public boolean
isCountingDown
() {
142
return mCountdownView.
isCountingDown
();
PhotoUI.java
140
public boolean
isCountingDown
() {
141
return mCountdownView.
isCountingDown
();
/packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java
73
public boolean
isCountingDown
() {
146
if (
isCountingDown
()) {
Completed in 96 milliseconds