Searched refs:progressNeeded (Results 1 – 1 of 1) sorted by relevance
414 public static long calculateDuration(float velocity, float progressNeeded) { in calculateDuration() argument417 float travelDistance = Math.max(0.2f, progressNeeded); in calculateDuration()420 … Log.d(TAG, String.format("calculateDuration=%d, v=%f, d=%f", duration, velocity, progressNeeded)); in calculateDuration()