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

/frameworks/base/services/input/
H A DInputReader.h1740 float highCurrentValue; // current value of high split member in struct:android::JoystickInputMapper::Axis
1765 this->highCurrentValue = 0;
H A DInputReader.cpp6301 pointerCoords.setAxisValue(axis.axisInfo.highAxis, axis.highCurrentValue);
6329 axis.highNewValue, axis.highCurrentValue, axis.min, axis.max)) {
6330 axis.highCurrentValue = axis.highNewValue;

Completed in 70 milliseconds