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

/frameworks/native/services/inputflinger/
H A DInputReader.h679 inline int32_t getRelativeY() const { return mRelY; }
683 int32_t mRelY; member in class:android::CursorMotionAccumulator
704 inline int32_t getRelativeY() const { return mRelY; }
713 int32_t mRelY; member in class:android::CursorScrollAccumulator
H A DInputReader.cpp1434 mRelY = 0;
1444 mRelY = rawEvent->value;

Completed in 24 milliseconds