Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp269 float newValue, highNewValue; in process() local
274 highNewValue = 0.0f; in process()
280 highNewValue = 0.0f; in process()
283 highNewValue = in process()
288 highNewValue = 0.0f; in process()
293 highNewValue = 0.0f; in process()
297 axis.highNewValue = highNewValue; in process()
384 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
386 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DJoystickInputMapper.h82 float highNewValue; // most recent value of high split member
88 this->highNewValue = 0; in resetValue()