Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h309 int32_t rawVScroll; member
317 rawVScroll = other.rawVScroll; in copyFrom()
326 rawVScroll = 0; in clear()
DTouchInputMapper.cpp1449 next.rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
1644 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
3563 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
3564 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()