Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DContactsProvider.java130 int newDistance = StringUtils.getMinDistance(normalizedInput, c.getDisplayName(), in getContact() local
132 if (newDistance < distance) { in getContact()
133 distance = newDistance; in getContact()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java669 final int newDistance = newFinal - start; in adjustDuration() local
670 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()