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()
546 int newDistance = Integer.MAX_VALUE;555 if (dist < newDistance) {558 newDistance = dist;