Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp7191 float newValue, highNewValue; in process() local
7196 highNewValue = 0.0f; in process()
7202 highNewValue = 0.0f; in process()
7205 highNewValue = (rawEvent->value - axis.axisInfo.splitValue) in process()
7209 highNewValue = 0.0f; in process()
7214 highNewValue = 0.0f; in process()
7218 axis.highNewValue = highNewValue; in process()
7296 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) { in filterAxes()
7297 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DInputReader.h1937 float highNewValue; // most recent value of high split member
1963 this->highNewValue = 0; in resetValue()