Home
last modified time | relevance | path

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

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