Home
last modified time | relevance | path

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

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