Lines Matching refs:mCurrentZoomIdx
69 mCurrentZoomIdx = mTargetZoomIdx; in setParametersZoom()
71 doZoom(mCurrentZoomIdx); in setParametersZoom()
148 mCurrentZoomIdx +=mZoomInc; in advanceZoom()
149 mTargetZoomIdx = mCurrentZoomIdx; in advanceZoom()
151 ret = doZoom(mCurrentZoomIdx); in advanceZoom()
152 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
154 else if ( mCurrentZoomIdx != mTargetZoomIdx ) in advanceZoom()
158 if ( mCurrentZoomIdx < mTargetZoomIdx ) in advanceZoom()
167 mCurrentZoomIdx += mZoomInc; in advanceZoom()
171 mCurrentZoomIdx = mTargetZoomIdx; in advanceZoom()
174 ret = doZoom(mCurrentZoomIdx); in advanceZoom()
178 if ( mCurrentZoomIdx == mTargetZoomIdx ) in advanceZoom()
181 mCurrentZoomIdx, in advanceZoom()
200 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
205 mCurrentZoomIdx, in advanceZoom()
207 notifyZoomSubscribers(mCurrentZoomIdx, false); in advanceZoom()
211 else if ( (mCurrentZoomIdx == mTargetZoomIdx ) && in advanceZoom()
248 mCurrentZoomIdx); in startSmoothZoom()
253 mZoomParameterIdx = mCurrentZoomIdx; in startSmoothZoom()
274 if ( mTargetZoomIdx != mCurrentZoomIdx ) in stopSmoothZoom()
276 if ( mCurrentZoomIdx < mTargetZoomIdx ) in stopSmoothZoom()
287 mCurrentZoomIdx, in stopSmoothZoom()