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

/frameworks/native/services/inputflinger/
H A DInputReader.h664 inline int32_t getRelativeY() const { return mRelY; }
668 int32_t mRelY; member in class:android::CursorMotionAccumulator
689 inline int32_t getRelativeY() const { return mRelY; }
698 int32_t mRelY; member in class:android::CursorScrollAccumulator
H A DInputReader.cpp1201 mRelY = 0;
1211 mRelY = rawEvent->value;

Completed in 169 milliseconds