Searched refs:progressNeeded (Results 1 – 1 of 1) sorted by relevance
80 public static long calculateDuration(float velocity, float progressNeeded) { in calculateDuration() argument83 float travelDistance = Math.max(0.2f, progressNeeded); in calculateDuration()87 "calculateDuration=%d, v=%f, d=%f", duration, velocity, progressNeeded)); in calculateDuration()