Searched refs:newDistance (Results 1 – 3 of 3) sorted by relevance
531 final int newDistance = newFinal - start; in adjustDuration() local532 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()
669 final int newDistance = newFinal - start; in adjustDuration() local670 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()
548 int newDistance = Integer.MAX_VALUE;557 if (dist < newDistance) {560 newDistance = dist;