Searched refs:oldDistance (Results 1 – 2 of 2) sorted by relevance
400 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange() local401 if (newDistance < oldDistance) { in hasMovedNearerToValueWithinFilteredRange()
674 final int oldDistance = oldFinal - start; in adjustDuration() local676 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()