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

/frameworks/base/include/androidfw/
H A DInputTransport.h368 const PointerCoords& getPointerById(uint32_t id) const { function in struct:android::InputConsumer::History
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp652 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
756 const PointerCoords& currentCoords = current->getPointerById(id);
759 const PointerCoords& otherCoords = other->getPointerById(id);

Completed in 33 milliseconds