Searched refs:mCursorScrollAccumulator (Results 1 – 4 of 4) sorted by relevance
107 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()110 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()123 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()125 toString(mCursorScrollAccumulator.haveRelativeHWheel())); in dump()213 mCursorScrollAccumulator.reset(getDeviceContext()); in reset()222 mCursorScrollAccumulator.process(rawEvent); in process()278 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()279 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()409 mCursorScrollAccumulator.finishSync(); in sync()426 mCursorScrollAccumulator.configure(getDeviceContext()); in configureBasicParams()
97 CursorScrollAccumulator mCursorScrollAccumulator; variable
192 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()195 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()309 mCursorScrollAccumulator.configure(getDeviceContext()); in reconfigure()1366 mCursorScrollAccumulator.reset(getDeviceContext()); in reset()1408 mCursorScrollAccumulator.process(rawEvent); in process()1438 next.rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()1439 next.rawHScroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()1440 mCursorScrollAccumulator.finishSync(); in sync()
192 CursorScrollAccumulator mCursorScrollAccumulator; variable