Home
last modified time | relevance | path

Searched refs:mCursorScrollAccumulator (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp92 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()
DCursorInputMapper.h90 CursorScrollAccumulator mCursorScrollAccumulator; variable
DTouchInputMapper.cpp236 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()
DTouchInputMapper.h160 CursorScrollAccumulator mCursorScrollAccumulator; variable