Lines Matching refs:mCurrentZoomIdx
65 mCurrentZoomIdx = mTargetZoomIdx; in setParametersZoom()
67 doZoom(mCurrentZoomIdx); in setParametersZoom()
143 mCurrentZoomIdx +=mZoomInc; in advanceZoom()
144 mTargetZoomIdx = mCurrentZoomIdx; in advanceZoom()
146 ret = doZoom(mCurrentZoomIdx); in advanceZoom()
147 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
149 else if ( mCurrentZoomIdx != mTargetZoomIdx ) in advanceZoom()
153 if ( mCurrentZoomIdx < mTargetZoomIdx ) in advanceZoom()
162 mCurrentZoomIdx += mZoomInc; in advanceZoom()
166 mCurrentZoomIdx = mTargetZoomIdx; in advanceZoom()
169 ret = doZoom(mCurrentZoomIdx); in advanceZoom()
173 if ( mCurrentZoomIdx == mTargetZoomIdx ) in advanceZoom()
176 mCurrentZoomIdx, in advanceZoom()
195 notifyZoomSubscribers(mCurrentZoomIdx, true); in advanceZoom()
200 mCurrentZoomIdx, in advanceZoom()
202 notifyZoomSubscribers(mCurrentZoomIdx, false); in advanceZoom()
206 else if ( (mCurrentZoomIdx == mTargetZoomIdx ) && in advanceZoom()
243 mCurrentZoomIdx); in startSmoothZoom()
247 mZoomParameterIdx = mCurrentZoomIdx; in startSmoothZoom()
266 if ( mTargetZoomIdx != mCurrentZoomIdx ) in stopSmoothZoom()
268 if ( mCurrentZoomIdx < mTargetZoomIdx ) in stopSmoothZoom()
279 mCurrentZoomIdx, in stopSmoothZoom()