Searched refs:newDiopterPos (Results 1 – 1 of 1) sorted by relevance
6950 float newDiopterPos = cur_pos_info.diopter; in updateCurrentFocusPosition() local6951 if (prevDiopterPos != newDiopterPos) { in updateCurrentFocusPosition()6952 LOGD("update focus diopter: old:%f, new:%f", prevDiopterPos, newDiopterPos); in updateCurrentFocusPosition()6953 setFloat(KEY_QC_FOCUS_POSITION_DIOPTER, newDiopterPos); in updateCurrentFocusPosition()