Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java276 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() argument
277 mThresholdValue = thresholdValue; in setThresholdValue()
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp403 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument
404 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
406 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
DJoystickInputMapper.h104 float currentValue, float thresholdValue);