Searched refs:hasMovedNearerToValueWithinFilteredRange (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp7455 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, min)
7456 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, max)
7457 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, 0)) {
7464 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange( function in class:android::JoystickInputMapper
H A DInputReader.h2005 static bool hasMovedNearerToValueWithinFilteredRange(float filter,

Completed in 553 milliseconds