Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1406 int32_t rawVScroll; member
1413 rawVScroll = other.rawVScroll; in copyFrom()
1421 rawVScroll = 0; in clear()
DInputReader.cpp3917 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
4109 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
5997 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
5998 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()