Home
last modified time | relevance | path

Searched refs:getAbsoluteY (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h645 inline int32_t getAbsoluteY() const { return mAbsY; } in getAbsoluteY() function
DInputReader.cpp6889 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()