Searched refs:mCurrVelocity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DOverScroller.java184 float squaredNorm = mScrollerX.mCurrVelocity * mScrollerX.mCurrVelocity;
185 squaredNorm += mScrollerY.mCurrVelocity * mScrollerY.mCurrVelocity;
438 float oldVelocityX = mScrollerX.mCurrVelocity;
439 float oldVelocityY = mScrollerY.mCurrVelocity;
555 private float mCurrVelocity; field in class:OverScroller.SplineOverScroller
699 // mCurrVelocity = 0.0f;
750 mCurrVelocity = mVelocity = velocity;
848 startAfterEdge(start, end, end, (int) mCurrVelocity);
[all...]
H A DScroller.java89 private float mCurrVelocity; field in class:Scroller
257 mCurrVelocity : mVelocity - mDeceleration * timePassed() / 2000.0f;
328 mCurrVelocity = velocityCoef * mDistance / mDuration * 1000.0f;

Completed in 38 milliseconds