Searched refs:thresholdValue (Results 1 – 3 of 3) sorted by relevance
276 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() argument277 mThresholdValue = thresholdValue; in setThresholdValue()
403 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument404 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()406 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
104 float currentValue, float thresholdValue);