Home
last modified time | relevance | path

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

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