Searched refs:newDistance (Results 1 – 3 of 3) sorted by relevance
404 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange() local405 if (newDistance < filter) { in hasMovedNearerToValueWithinFilteredRange()407 if (newDistance < oldDistance) { in hasMovedNearerToValueWithinFilteredRange()
658 final int newDistance = newFinal - start; in adjustDuration() local659 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()