Searched refs:thresholdValue (Results 1 – 3 of 3) sorted by relevance
294 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() argument295 mThresholdValue = thresholdValue; in setThresholdValue()
412 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument413 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()415 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
110 float currentValue, float thresholdValue);