Searched refs:totalDistance (Results 1 – 3 of 3) sorted by relevance
462 double totalDistance = getSplineFlingDistance(velocity); in fling() local463 mDistance = (int) (totalDistance * Math.signum(velocity)); in fling()470 mFinalX = startX + (int) Math.round(totalDistance * coeffX); in fling()475 mFinalY = startY + (int) Math.round(totalDistance * coeffY); in fling()
768 double totalDistance = 0.0; in fling() local772 totalDistance = getSplineFlingDistance(velocity); in fling()775 mSplineDistance = (int) (totalDistance * Math.signum(velocity)); in fling()841 final double totalDistance = getSplineFlingDistance(velocity); in startAfterEdge() local842 if (totalDistance > Math.abs(overDistance)) { in startAfterEdge()
744 int totalDistance = Math.abs(endHeight - startHeight); in calculateTransformationAmount() local745 if (totalDistance == 0) { in calculateTransformationAmount()752 float amount = (float) progress / (float) totalDistance; in calculateTransformationAmount()