Home
last modified time | relevance | path

Searched refs:mRelHWheel (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp122 mRelHWheel = value; in processMotion()
169 if (mRelHWheel != 0) { in sync()
171 mRelHWheel, 0); in sync()
181 mRelHWheel = 0; in sync()
H A DMouseInputMapper.h49 int32_t mRelHWheel = 0; variable
/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DCursorScrollAccumulator.cpp39 mRelHWheel = 0; in clearRelativeAxes()
49 mRelHWheel = rawEvent->value; in process()
H A DCursorScrollAccumulator.h44 inline int32_t getRelativeHWheel() const { return mRelHWheel; } in getRelativeHWheel()
53 int32_t mRelHWheel; variable