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