Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp259 float newValue, highNewValue; in process() local
264 highNewValue = 0.0f; in process()
270 highNewValue = 0.0f; in process()
273 highNewValue = in process()
278 highNewValue = 0.0f; in process()
283 highNewValue = 0.0f; in process()
287 axis.highNewValue = highNewValue; in process()
369 hasValueChangedSignificantly(axis.filter, axis.highNewValue, axis.highCurrentValue, in filterAxes()
371 axis.highCurrentValue = axis.highNewValue; in filterAxes()
DJoystickInputMapper.h58 float highNewValue; // most recent value of high split member
84 this->highNewValue = 0; in resetValue()