HomeSort by relevance Sort by last modified time
    Searched refs:getPointerById (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
InputTransport.h 381 const PointerCoords& getPointerById(uint32_t id) const {
  /frameworks/native/libs/input/
InputTransport.cpp 669 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
778 const PointerCoords& currentCoords = current->getPointerById(id);
781 const PointerCoords& otherCoords = other->getPointerById(id);
    [all...]

Completed in 82 milliseconds