Searched refs:getDeceleration (Results 1 – 2 of 2) sorted by relevance
521 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScroller.SplineOverScroller630 mDeceleration = getDeceleration(delta); in startSpringback()705 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()772 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()
659 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScroller.SplineOverScroller741 mDeceleration = getDeceleration(delta); in startSpringback()814 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()879 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()