Searched refs:haveRelativeVWheel (Results 1 – 4 of 4) sorted by relevance
41 if (mRotaryEncoderScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()60 toString(mRotaryEncoderScrollAccumulator.haveRelativeVWheel())); in dump()
92 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()108 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()
236 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
38 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function