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

/frameworks/base/services/input/
H A DInputReader.h629 inline int32_t getRelativeY() const { return mRelY; } function in class:android::CursorMotionAccumulator
654 inline int32_t getRelativeY() const { return mRelY; } function in class:android::CursorScrollAccumulator
H A DInputReader.cpp2427 float deltaY = mCursorMotionAccumulator.getRelativeY() * mYScale;

Completed in 261 milliseconds