Searched defs:mStartScale (Results 1 - 1 of 1) sorted by path

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1153 private float mStartScale; field in class:PhotoView.ScaleRunnable
1178 mStartScale = startScale;
1179 mZoomingIn = mTargetScale > mStartScale;
1180 mVelocity = (mTargetScale - mStartScale) / ZOOM_ANIMATION_DURATION;
1204 float newScale = (mStartScale + mVelocity * ellapsed);

Completed in 143 milliseconds