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

/frameworks/base/services/input/
H A DInputReader.cpp5910 float newValue, highNewValue; local
5915 highNewValue = 0.0f;
5921 highNewValue = 0.0f;
5924 highNewValue = (rawEvent->value - axis.axisInfo.splitValue)
5928 highNewValue = 0.0f;
5933 highNewValue = 0.0f;
5937 axis.highNewValue = highNewValue;
6001 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) {
6002 axis.highCurrentValue = axis.highNewValue;
[all...]
H A DInputReader.h1596 float highNewValue; // most recent value of high split member in struct:android::JoystickInputMapper::Axis
1621 this->highNewValue = 0;

Completed in 58 milliseconds