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