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

/frameworks/base/services/input/
H A DInputReader.h629 inline int32_t getRelativeY() const { return mRelY; }
633 int32_t mRelY; member in class:android::CursorMotionAccumulator
654 inline int32_t getRelativeY() const { return mRelY; }
663 int32_t mRelY; member in class:android::CursorScrollAccumulator
H A DInputReader.cpp1187 mRelY = 0;
1197 mRelY = rawEvent->value;

Completed in 68 milliseconds