Searched refs:pointerForId (Results 1 – 2 of 2) sorted by relevance
1638 const Pointer& pointer = pointerForId(id); in getCentroidOfTouchingPointers()4476 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4491 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4669 mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()4698 const RawPointerData::Pointer& pointer = mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()5551 mCurrentRawState.rawPointerData.pointerForId(id); in preparePointerGestures()5686 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5688 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5827 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5829 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()[all …]
529 inline const Pointer& pointerForId(uint32_t id) const { in pointerForId() function