Searched refs:getDeceleration (Results 1 – 1 of 1) sorted by relevance
655 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScroller.SplineOverScroller737 mDeceleration = getDeceleration(delta); in startSpringback()812 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()879 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()