Home
last modified time | relevance | path

Searched refs:progressNeeded (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java80 public static long calculateDuration(float velocity, float progressNeeded) { in calculateDuration() argument
83 float travelDistance = Math.max(0.2f, progressNeeded); in calculateDuration()
87 "calculateDuration=%d, v=%f, d=%f", duration, velocity, progressNeeded)); in calculateDuration()