HomeSort by relevance Sort by last modified time
    Searched refs:mRelY (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.h 46 int32_t mRelY = 0;
MouseInputMapper.cpp 116 mRelY = value;
162 if (mRelY != 0) {
163 getInputReport()->setIntUsage(INPUT_COLLECTION_ID_MOUSE, INPUT_USAGE_AXIS_Y, mRelY, 0);
179 mRelY = 0;
  /frameworks/native/services/inputflinger/
InputReader.h 680 inline int32_t getRelativeY() const { return mRelY; }
684 int32_t mRelY;
705 inline int32_t getRelativeY() const { return mRelY; }
714 int32_t mRelY;
    [all...]
InputReader.cpp     [all...]

Completed in 439 milliseconds