HomeSort by relevance Sort by last modified time
    Searched refs:STATE_CONFIGURE (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 111 private static final int STATE_CONFIGURE = 0;
117 private int mState = STATE_CONFIGURE;
359 if (mState != STATE_CONFIGURE) {
564 if (mState == STATE_CONFIGURE) {
658 if (mState == STATE_CONFIGURE) {
704 case STATE_CONFIGURE:
725 case STATE_CONFIGURE:
748 mState = STATE_CONFIGURE;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 169 private static final int STATE_CONFIGURE = 0;
175 private int mState = STATE_CONFIGURE;
534 if (mState != STATE_CONFIGURE) {
    [all...]

Completed in 644 milliseconds