Searched refs:haveRelativeVWheel (Results 1 – 2 of 2) sorted by relevance
2552 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()2568 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()2961 if (mRotaryEncoderScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()2980 toString(mRotaryEncoderScrollAccumulator.haveRelativeVWheel())); in dump()3107 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
405 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function