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

/frameworks/base/services/input/
H A DInputReader.h620 class CursorMotionAccumulator { class in namespace:android
622 CursorMotionAccumulator();
1103 CursorMotionAccumulator mCursorMotionAccumulator;
H A DInputReader.cpp1175 // --- CursorMotionAccumulator ---
1177 CursorMotionAccumulator::CursorMotionAccumulator() { function in class:android::CursorMotionAccumulator
1181 void CursorMotionAccumulator::reset(InputDevice* device) {
1185 void CursorMotionAccumulator::clearRelativeAxes() {
1190 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1203 void CursorMotionAccumulator::finishSync() {

Completed in 19 milliseconds