Searched defs:mAfStatePrevious (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFocusStateMapper.java45 private int mAfStatePrevious = CONTROL_AF_STATE_INACTIVE; field in class:LegacyFocusStateMapper
291 if (DEBUG && newAfState != mAfStatePrevious) {
293 afStateToString(mAfStatePrevious), afStateToString(newAfState)));
298 mAfStatePrevious = newAfState;

Completed in 5 milliseconds