Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp116 mRelY = value; in processMotion()
162 if (mRelY != 0) { in sync()
163 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_Y, mRelY, 0); in sync()
179 mRelY = 0; in sync()
DMouseInputMapper.h46 int32_t mRelY = 0; variable