Home
last modified time | relevance | path

Searched refs:getRelativeY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.h42 inline int32_t getRelativeY() const { return mRelY; } in getRelativeY() function
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h45 inline int32_t getRelativeY() const { return mRelY; } in getRelativeY() function
DCursorInputMapper.cpp316 float deltaY = mCursorMotionAccumulator.getRelativeY() * mYScale; in sync()