Searched refs:mCursorScrollAccumulator (Results 1 – 4 of 4) sorted by relevance
92 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()95 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()108 toString(mCursorScrollAccumulator.haveRelativeVWheel())); in dump()110 toString(mCursorScrollAccumulator.haveRelativeHWheel())); in dump()124 mCursorScrollAccumulator.configure(getDeviceContext()); in configure()279 mCursorScrollAccumulator.reset(getDeviceContext()); in reset()287 mCursorScrollAccumulator.process(rawEvent); in process()331 float vscroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()332 float hscroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()491 mCursorScrollAccumulator.finishSync(); in sync()
90 CursorScrollAccumulator mCursorScrollAccumulator; variable
236 if (mCursorScrollAccumulator.haveRelativeVWheel()) { in populateDeviceInfo()240 if (mCursorScrollAccumulator.haveRelativeHWheel()) { in populateDeviceInfo()361 mCursorScrollAccumulator.configure(getDeviceContext()); in configure()1381 mCursorScrollAccumulator.reset(getDeviceContext()); in reset()1427 mCursorScrollAccumulator.process(rawEvent); in process()1449 next.rawVScroll = mCursorScrollAccumulator.getRelativeVWheel(); in sync()1450 next.rawHScroll = mCursorScrollAccumulator.getRelativeHWheel(); in sync()1451 mCursorScrollAccumulator.finishSync(); in sync()
160 CursorScrollAccumulator mCursorScrollAccumulator; variable