Home | History | Annotate | Download | only in views

Lines Matching refs:mVelocity

1171         private float mVelocity;
1197 mVelocity = (mTargetScale - mStartScale) / ZOOM_ANIMATION_DURATION;
1221 float newScale = (mStartScale + mVelocity * ellapsed);
1442 private float mVelocity;
1461 mVelocity = mTargetRotation / ROTATE_ANIMATION_DURATION;
1486 float rotationAmount = mVelocity * delta;