Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.h57 PointerCoords makePointerCoordsForSlot(const MultiTouchMotionAccumulator::Slot& slot) const;
DCapturedTouchpadEventConverter.cpp179 coords.push_back(makePointerCoordsForSlot(mMotionAccumulator.getSlot(slotNumber))); in sync()
258 coords.push_back(makePointerCoordsForSlot(mMotionAccumulator.getSlot(slotNumber))); in sync()
290 PointerCoords CapturedTouchpadEventConverter::makePointerCoordsForSlot( in makePointerCoordsForSlot() function in android::CapturedTouchpadEventConverter