Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h369 int32_t rawVScroll; member
377 rawVScroll = other.rawVScroll; in copyFrom()
386 rawVScroll = 0; in clear()
DTouchInputMapper.cpp1456 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
1646 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
3534 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
3535 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()