Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp261 float newValue, highNewValue; in process() local
266 highNewValue = 0.0f; in process()
272 highNewValue = 0.0f; in process()
275 highNewValue = in process()
280 highNewValue = 0.0f; in process()
285 highNewValue = 0.0f; in process()
289 axis.highNewValue = highNewValue; in process()
371 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
373 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DJoystickInputMapper.h59 float highNewValue; // most recent value of high split member
85 this->highNewValue = 0; in resetValue()