Home
last modified time | relevance | path

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

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