Searched defs:thresholdValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp6579 float filter, float newValue, float currentValue, float thresholdValue) {
6580 float newDistance = fabs(newValue - thresholdValue);
6582 float oldDistance = fabs(currentValue - thresholdValue);
6578 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument

Completed in 129 milliseconds