Home | History | Annotate | Download | only in camera

Lines Matching refs:mSmoothZoomStep

542                     mSmoothZoomStep = (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
555 mCurrentZoom += mSmoothZoomStep;
556 if ((mSmoothZoomStep < 0 && mCurrentZoom < mTargetSmoothZoom)||
557 (mSmoothZoomStep > 0 && mCurrentZoom > mTargetSmoothZoom )) {