Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1186 int32_t rawHScroll; member
1194 rawHScroll = other.rawHScroll; in copyFrom()
1203 rawHScroll = 0; in clear()
DInputReader.cpp4351 next->rawHScroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()
4546 mCurrentRawState.rawHScroll = 0; in cookAndDispatch()
6459 if (mCurrentRawState.rawVScroll || mCurrentRawState.rawHScroll) { in dispatchPointerSimple()
6461 float hscroll = mCurrentRawState.rawHScroll; in dispatchPointerSimple()