Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java111 private static final int STATE_CONFIGURE = 0; field in EffectsRecorder
117 private int mState = STATE_CONFIGURE;
359 if (mState != STATE_CONFIGURE) { in setAppToLandscape()
564 if (mState == STATE_CONFIGURE) {
658 if (mState == STATE_CONFIGURE) { in startRecording()
704 case STATE_CONFIGURE: in stopRecording()
725 case STATE_CONFIGURE: in stopPreview()
748 mState = STATE_CONFIGURE; in stopPreview()