Searched defs:thresholdValue (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp7322 float filter, float newValue, float currentValue, float thresholdValue) {
7323 float newDistance = fabs(newValue - thresholdValue);
7325 float oldDistance = fabs(currentValue - thresholdValue);
7321 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument

Completed in 51 milliseconds