Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h57 float highCurrentValue; // current value of high split member
83 this->highCurrentValue = 0; in resetValue()
DJoystickInputMapper.cpp324 axis.highCurrentValue); in sync()
369 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
371 axis.highCurrentValue = axis.highNewValue; in filterAxes()