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

/frameworks/base/services/input/
H A DInputReader.h529 class CursorMotionAccumulator { class in namespace:android
531 CursorMotionAccumulator();
969 CursorMotionAccumulator mCursorMotionAccumulator;
H A DInputReader.cpp1129 // --- CursorMotionAccumulator ---
1131 CursorMotionAccumulator::CursorMotionAccumulator() { function in class:android::CursorMotionAccumulator
1135 void CursorMotionAccumulator::reset(InputDevice* device) {
1139 void CursorMotionAccumulator::clearRelativeAxes() {
1144 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1157 void CursorMotionAccumulator::finishSync() {

Completed in 140 milliseconds