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

/frameworks/native/services/inputflinger/
H A DInputReader.h704 class CursorMotionAccumulator { class in namespace:android
706 CursorMotionAccumulator();
1212 CursorMotionAccumulator mCursorMotionAccumulator;
H A DInputReader.cpp1295 // --- CursorMotionAccumulator ---
1297 CursorMotionAccumulator::CursorMotionAccumulator() { function in class:android::CursorMotionAccumulator
1301 void CursorMotionAccumulator::reset(InputDevice* device) {
1305 void CursorMotionAccumulator::clearRelativeAxes() {
1310 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1323 void CursorMotionAccumulator::finishSync() {

Completed in 669 milliseconds