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();
90 CursorMotionAccumulator mCursorMotionAccumulator;
DCursorInputMapper.cpp30 CursorMotionAccumulator::CursorMotionAccumulator() { in CursorMotionAccumulator() function in android::CursorMotionAccumulator
34 void CursorMotionAccumulator::reset(InputDevice* device) { in reset()
38 void CursorMotionAccumulator::clearRelativeAxes() { in clearRelativeAxes()
43 void CursorMotionAccumulator::process(const RawEvent* rawEvent) { in process()
56 void CursorMotionAccumulator::finishSync() { in finishSync()