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