Searched refs:makePointerCoordsForSlot (Results 1 – 2 of 2) sorted by relevance
57 PointerCoords makePointerCoordsForSlot(const MultiTouchMotionAccumulator::Slot& slot) const;
179 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