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/
DSwipeDetector.java414 public static long calculateDuration(float velocity, float progressNeeded) { in calculateDuration() argument
417 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()