Searched defs:highNewValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp7092 float newValue, highNewValue; local
7097 highNewValue = 0.0f;
7103 highNewValue = 0.0f;
7106 highNewValue = (rawEvent->value - axis.axisInfo.splitValue)
7110 highNewValue = 0.0f;
7115 highNewValue = 0.0f;
7119 axis.highNewValue = highNewValue;
7197 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) {
7198 axis.highCurrentValue = axis.highNewValue;
[all...]
H A DInputReader.h1983 float highNewValue; // most recent value of high split member in struct:android::JoystickInputMapper::Axis
2009 this->highNewValue = 0;

Completed in 55 milliseconds