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

/frameworks/native/services/inputflinger/
H A DInputReader.h655 class CursorMotionAccumulator { class in namespace:android
657 CursorMotionAccumulator();
1144 CursorMotionAccumulator mCursorMotionAccumulator;
H A DInputReader.cpp1189 // --- CursorMotionAccumulator ---
1191 CursorMotionAccumulator::CursorMotionAccumulator() { function in class:android::CursorMotionAccumulator
1195 void CursorMotionAccumulator::reset(InputDevice* device) {
1199 void CursorMotionAccumulator::clearRelativeAxes() {
1204 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1217 void CursorMotionAccumulator::finishSync() {

Completed in 21 milliseconds