Home
last modified time | relevance | path

Searched refs:getRelativeVWheel (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.h43 inline int32_t getRelativeVWheel() const { return mRelWheel; } in getRelativeVWheel() function
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp103 float scroll = mRotaryEncoderScrollAccumulator.getRelativeVWheel(); in sync()
DCursorInputMapper.cpp331 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
DTouchInputMapper.cpp1449 next.rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()