Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp6448 float newValue, highNewValue; in process() local
6453 highNewValue = 0.0f; in process()
6459 highNewValue = 0.0f; in process()
6462 highNewValue = (rawEvent->value - axis.axisInfo.splitValue) in process()
6466 highNewValue = 0.0f; in process()
6471 highNewValue = 0.0f; in process()
6475 axis.highNewValue = highNewValue; in process()
6553 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) { in filterAxes()
6554 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DInputReader.h1804 float highNewValue; // most recent value of high split member
1830 this->highNewValue = 0; in resetValue()