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