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.java294 Builder setThresholdValue(float thresholdValue) { in setThresholdValue() argument
295 mThresholdValue = thresholdValue; in setThresholdValue()
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp412 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument
413 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
415 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
DJoystickInputMapper.h110 float currentValue, float thresholdValue);