Searched refs:resultAFState (Results 1 – 1 of 1) sorted by relevance
675 AutoFocusState resultAFState = AutoFocusHelper. in autofocusStateChangeDispatcher() local679 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()