Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7390 float newValue, highNewValue; in process() local
7395 highNewValue = 0.0f; in process()
7401 highNewValue = 0.0f; in process()
7404 highNewValue = (rawEvent->value - axis.axisInfo.splitValue) in process()
7408 highNewValue = 0.0f; in process()
7413 highNewValue = 0.0f; in process()
7417 axis.highNewValue = highNewValue; in process()
7497 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) { in filterAxes()
7498 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DInputReader.h1755 float highNewValue; // most recent value of high split member
1781 this->highNewValue = 0; in resetValue()