Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h78 float highCurrentValue; // current value of high split member
84 this->highCurrentValue = 0; in resetValue()
DJoystickInputMapper.cpp330 axis.highCurrentValue); in sync()
375 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
377 axis.highCurrentValue = axis.highNewValue; in filterAxes()