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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp7224 float newDistance = fabs(newValue - thresholdValue); local
7225 if (newDistance < filter) {
7227 if (newDistance < oldDistance) {

Completed in 90 milliseconds