Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3701 mCurrentRawHScroll = 0; in reset()
3742 mCurrentRawHScroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()
3884 mCurrentRawHScroll = 0; in sync()
5605 if (mCurrentRawVScroll || mCurrentRawHScroll) { in dispatchPointerSimple()
5607 float hscroll = mCurrentRawHScroll; in dispatchPointerSimple()
DInputReader.h1351 int32_t mCurrentRawHScroll; variable