Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h36 class CursorMotionAccumulator {
38 CursorMotionAccumulator();
89 CursorMotionAccumulator mCursorMotionAccumulator;
DCursorInputMapper.cpp32 CursorMotionAccumulator::CursorMotionAccumulator() { in CursorMotionAccumulator() function in android::CursorMotionAccumulator
36 void CursorMotionAccumulator::reset(InputDeviceContext& deviceContext) { in reset()
40 void CursorMotionAccumulator::clearRelativeAxes() { in clearRelativeAxes()
45 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
58 void CursorMotionAccumulator::finishSync() { in finishSync()