Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1185 int32_t rawVScroll; member
1193 rawVScroll = other.rawVScroll; in copyFrom()
1202 rawVScroll = 0; in clear()
DInputReader.cpp4350 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
4545 mCurrentRawState.rawVScroll = 0; in cookAndDispatch()
6459 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
6460 float vscroll = mCurrentRawState.rawVScroll; in dispatchPointerSimple()