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

/frameworks/base/core/java/android/widget/
H A DOverScroller.java765 totalDistance = getSplineFlingDistance(velocity);
787 private double getSplineFlingDistance(int velocity) { method in class:OverScroller.SplineOverScroller
832 final double totalDistance = getSplineFlingDistance(velocity);
H A DScroller.java456 double totalDistance = getSplineFlingDistance(velocity);
485 private double getSplineFlingDistance(float velocity) { method in class:Scroller

Completed in 35 milliseconds