Home | History | Annotate | Download | only in views

Lines Matching defs:mVelocity

1154         private float mVelocity;
1180 mVelocity = (mTargetScale - mStartScale) / ZOOM_ANIMATION_DURATION;
1204 float newScale = (mStartScale + mVelocity * ellapsed);
1425 private float mVelocity;
1444 mVelocity = mTargetRotation / ROTATE_ANIMATION_DURATION;
1469 float rotationAmount = mVelocity * delta;