Home
last modified time | relevance | path

Searched refs:haveRelativeHWheel (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DCursorScrollAccumulator.h39 inline bool haveRelativeHWheel() const { return mHaveRelHWheel; } in haveRelativeHWheel() function
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DCursorInputMapper.cpp95 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()
110 toString(mCursorScrollAccumulator.haveRelativeHWheel())); in dump()
H A DTouchInputMapper.cpp240 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()