Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp2552 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()
DInputReader.h405 inline bool haveRelativeVWheel() const { return mHaveRelWheel; } in haveRelativeVWheel() function