Home | History | Annotate | Download | only in widget

Lines Matching refs:totalDistance

758             double totalDistance = 0.0;
762 totalDistance = getSplineFlingDistance(velocity);
765 mSplineDistance = (int) (totalDistance * Math.signum(velocity));
831 final double totalDistance = getSplineFlingDistance(velocity);
832 if (totalDistance > Math.abs(overDistance)) {