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

/frameworks/native/services/inputflinger/
H A DInputReader.h698 class CursorMotionAccumulator { class in namespace:android
700 CursorMotionAccumulator();
1203 CursorMotionAccumulator mCursorMotionAccumulator;
H A DInputReader.cpp1268 // --- CursorMotionAccumulator ---
1270 CursorMotionAccumulator::CursorMotionAccumulator() { function in class:android::CursorMotionAccumulator
1274 void CursorMotionAccumulator::reset(InputDevice* device) {
1278 void CursorMotionAccumulator::clearRelativeAxes() {
1283 void CursorMotionAccumulator::process(const RawEvent* rawEvent) {
1296 void CursorMotionAccumulator::finishSync() {

Completed in 2085 milliseconds