Searched refs:haveRelativeVWheel (Results 1 – 4 of 4) sorted by relevance
39 if (mRotaryEncoderScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()58 toString(mRotaryEncoderScrollAccumulator.haveRelativeVWheel())); in dump()
85 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()101 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()
218 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
38 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function