Home
last modified time | relevance | path

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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
DAutoFocusStateMachine.java76 private int mLastAfState = AF_UNINITIALIZED; field in AutoFocusStateMachine
145 if (mLastAfState == afState && afMode == mLastAfMode) { in onCaptureCompleted()
153 mLastAfState = afState; in onCaptureCompleted()
194 if (VERBOSE_LOGGING) Log.v(TAG, "resetState - last state was " + mLastAfState); in resetState()
196 mLastAfState = AF_UNINITIALIZED; in resetState()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java853 private int mLastAfState = -1;
879 boolean afStateChanged = afState != mLastAfState;
880 mLastAfState = afState;
963 mLastAfState = -1;