Searched refs:newDistance (Results 1 – 3 of 3) sorted by relevance
488 int newDistance = Integer.MAX_VALUE; local496 if (dist < newDistance) {499 newDistance = dist;
669 final int newDistance = newFinal - start; in adjustDuration() local670 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()
668 final int newDistance = newFinal - start; in adjustDuration() local669 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()