Searched refs:pointerForId (Results 1 – 2 of 2) sorted by relevance
1624 const Pointer& pointer = pointerForId(id); in getCentroidOfTouchingPointers()4313 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4328 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4504 mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()4533 const RawPointerData::Pointer& pointer = mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()5368 mCurrentRawState.rawPointerData.pointerForId(id); in preparePointerGestures()5507 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5509 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5648 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5650 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()[all …]
806 inline const Pointer& pointerForId(uint32_t id) const { in pointerForId() function