Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:newDistance

7466     float newDistance = fabs(newValue - thresholdValue);
7467 if (newDistance < filter) {
7469 if (newDistance < oldDistance) {