Searched refs:newDistance (Results 1 – 2 of 2) sorted by relevance
675 final int newDistance = newFinal - start; in adjustDuration() local676 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()
7524 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange() local7525 if (newDistance < filter) { in hasMovedNearerToValueWithinFilteredRange()7527 if (newDistance < oldDistance) { in hasMovedNearerToValueWithinFilteredRange()