Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.cpp5909 float newValue, highNewValue; in process() local
5914 highNewValue = 0.0f; in process()
5920 highNewValue = 0.0f; in process()
5923 highNewValue = (rawEvent->value - axis.axisInfo.splitValue) in process()
5927 highNewValue = 0.0f; in process()
5932 highNewValue = 0.0f; in process()
5936 axis.highNewValue = highNewValue; in process()
6000 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) { in filterAxes()
6001 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DInputReader.h1596 float highNewValue; // most recent value of high split member
1621 this->highNewValue = 0; in resetValue()