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

/frameworks/native/services/inputflinger/
H A DInputReader.h848 inline int32_t getAbsoluteY() const { return mAbsY; }
857 int32_t mAbsY; member in class:android::SingleTouchMotionAccumulator
H A DInputReader.cpp1503 mAbsY = device->getAbsoluteAxisValue(ABS_Y);
1513 mAbsY = 0;
1528 mAbsY = rawEvent->value;

Completed in 142 milliseconds