Home
last modified time | relevance | path

Searched refs:rawVScroll (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h318 int32_t rawVScroll; member
326 rawVScroll = other.rawVScroll; in copyFrom()
335 rawVScroll = 0; in clear()
H A DTouchInputMapper.cpp1478 next.rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
1673 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
3592 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
3593 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()