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

/frameworks/native/services/inputflinger/
H A DInputReader.h664 inline int32_t getRelativeY() const { return mRelY; } function in class:android::CursorMotionAccumulator
689 inline int32_t getRelativeY() const { return mRelY; } function in class:android::CursorScrollAccumulator
H A DInputReader.cpp2455 float deltaY = mCursorMotionAccumulator.getRelativeY() * mYScale;

Completed in 99 milliseconds