Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.h37 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp45 if (mRotaryEncoderScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
65 toString(mRotaryEncoderScrollAccumulator.haveRelativeVWheel())); in dump()
DCursorInputMapper.cpp107 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
123 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()
DTouchInputMapper.cpp192 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()