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

/frameworks/base/services/input/
H A DInputReader.h1741 float highNewValue; // most recent value of high split member in struct:android::JoystickInputMapper::Axis
1766 this->highNewValue = 0;
H A DInputReader.cpp6238 float newValue, highNewValue; local
6243 highNewValue = 0.0f;
6249 highNewValue = 0.0f;
6252 highNewValue = (rawEvent->value - axis.axisInfo.splitValue)
6256 highNewValue = 0.0f;
6261 highNewValue = 0.0f;
6265 axis.highNewValue = highNewValue;
6329 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) {
6330 axis.highCurrentValue = axis.highNewValue;
[all...]

Completed in 134 milliseconds