Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp266 float newValue, highNewValue; in process() local
271 highNewValue = 0.0f; in process()
277 highNewValue = 0.0f; in process()
280 highNewValue = in process()
285 highNewValue = 0.0f; in process()
290 highNewValue = 0.0f; in process()
294 axis.highNewValue = highNewValue; in process()
375 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
377 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DJoystickInputMapper.h79 float highNewValue; // most recent value of high split member
85 this->highNewValue = 0; in resetValue()