Searched refs:currVelocity (Results 1 – 1 of 1) sorted by relevance
1029 float currVelocity = mScroller.getCurrVelocity(); in computeScroll() local1030 if (currVelocity >= mMinimumVelocity) { in computeScroll()1031 mMaxOverScroll = Math.abs(currVelocity) / 1000 * mOverflingDistance; in computeScroll()