Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraImpl.java675 AutoFocusState resultAFState = AutoFocusHelper. in autofocusStateChangeDispatcher() local
679 boolean lensIsStopped = resultAFState == AutoFocusState.ACTIVE_FOCUSED || in autofocusStateChangeDispatcher()
680 resultAFState == AutoFocusState.ACTIVE_UNFOCUSED || in autofocusStateChangeDispatcher()
681 resultAFState == AutoFocusState.PASSIVE_FOCUSED || in autofocusStateChangeDispatcher()
682 resultAFState == AutoFocusState.PASSIVE_UNFOCUSED; in autofocusStateChangeDispatcher()
691 if (resultAFState != mLastResultAFState && mFocusStateListener != null) { in autofocusStateChangeDispatcher()
692 mFocusStateListener.onFocusStatusUpdate(resultAFState, result.getFrameNumber()); in autofocusStateChangeDispatcher()
694 mLastResultAFState = resultAFState; in autofocusStateChangeDispatcher()