Searched refs:newDistance (Results 1 – 2 of 2) sorted by relevance
130 int newDistance = StringUtils.getMinDistance(normalizedInput, c.getDisplayName(), in getContact() local132 if (newDistance < distance) { in getContact()133 distance = newDistance; in getContact()
669 final int newDistance = newFinal - start; in adjustDuration() local670 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()