Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSwipeDetector.java416 float velocityDivisor = Math.max(2f, Math.abs(0.5f * velocity)); in calculateDuration() local
418 long duration = (long) Math.max(100, ANIMATION_DURATION / velocityDivisor * travelDistance); in calculateDuration()