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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp6448 float newValue, highNewValue; local
6453 highNewValue = 0.0f;
6459 highNewValue = 0.0f;
6462 highNewValue = (rawEvent->value - axis.axisInfo.splitValue)
6466 highNewValue = 0.0f;
6471 highNewValue = 0.0f;
6475 axis.highNewValue = highNewValue;
6553 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) {
6554 axis.highCurrentValue = axis.highNewValue;
[all...]
H A DInputReader.h1804 float highNewValue; // most recent value of high split member in struct:android::JoystickInputMapper::Axis
1830 this->highNewValue = 0;

Completed in 39 milliseconds