Home
last modified time | relevance | path

Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp399 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument
400 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
402 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
DJoystickInputMapper.h101 float currentValue, float thresholdValue);