Lines Matching refs:mCurrentZoomIdx
69 mCurrentZoomIdx = mTargetZoomIdx;
71 doZoom(mCurrentZoomIdx);
148 mCurrentZoomIdx +=mZoomInc;
149 mTargetZoomIdx = mCurrentZoomIdx;
151 ret = doZoom(mCurrentZoomIdx);
152 notifyZoomSubscribers(mCurrentZoomIdx, true);
154 else if ( mCurrentZoomIdx != mTargetZoomIdx )
158 if ( mCurrentZoomIdx < mTargetZoomIdx )
167 mCurrentZoomIdx += mZoomInc;
171 mCurrentZoomIdx = mTargetZoomIdx;
174 ret = doZoom(mCurrentZoomIdx);
178 if ( mCurrentZoomIdx == mTargetZoomIdx )
181 mCurrentZoomIdx,
200 notifyZoomSubscribers(mCurrentZoomIdx, true);
205 mCurrentZoomIdx,
207 notifyZoomSubscribers(mCurrentZoomIdx, false);
211 else if ( (mCurrentZoomIdx == mTargetZoomIdx ) &&
248 mCurrentZoomIdx);
253 mZoomParameterIdx = mCurrentZoomIdx;
274 if ( mTargetZoomIdx != mCurrentZoomIdx )
276 if ( mCurrentZoomIdx < mTargetZoomIdx )
286 CAMHAL_LOGDB("Stop smooth zoom mCurrentZoomIdx = %d, mTargetZoomIdx = %d",
287 mCurrentZoomIdx,