Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1388 int32_t rawVScroll; member
1395 rawVScroll = other.rawVScroll; in copyFrom()
1403 rawVScroll = 0; in clear()
DInputReader.cpp4188 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
4380 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
6271 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
6272 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()