Home
last modified time | relevance | path

Searched refs:haveRelativeVWheel (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp41 if (mRotaryEncoderScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
60 toString(mRotaryEncoderScrollAccumulator.haveRelativeVWheel())); in dump()
DCursorInputMapper.cpp92 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
108 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()
DTouchInputMapper.cpp236 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.h38 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function