Lines Matching refs:mCursorScrollAccumulator
2552 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
2555 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()
2568 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()
2570 toString(mCursorScrollAccumulator.haveRelativeHWheel())); in dump()
2584 mCursorScrollAccumulator.configure(getDevice()); in configure()
2720 mCursorScrollAccumulator.reset(getDevice()); in reset()
2728 mCursorScrollAccumulator.process(rawEvent); in process()
2775 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
2776 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()
2914 mCursorScrollAccumulator.finishSync(); in sync()
3107 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()
3111 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()
3251 mCursorScrollAccumulator.configure(getDevice()); in configure()
4266 mCursorScrollAccumulator.reset(getDevice()); in reset()
4325 mCursorScrollAccumulator.process(rawEvent); in process()
4350 next->rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()
4351 next->rawHScroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()
4352 mCursorScrollAccumulator.finishSync(); in sync()