Searched refs:pointerForId (Results 1 – 2 of 2) sorted by relevance
1573 const Pointer& pointer = pointerForId(id); in getCentroidOfTouchingPointers()4199 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4214 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()4390 mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()4419 const RawPointerData::Pointer& pointer = mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()5254 mCurrentRawState.rawPointerData.pointerForId(id); in preparePointerGestures()5393 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5395 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5536 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()5538 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()[all …]
856 inline const Pointer& pointerForId(uint32_t id) const { in pointerForId() function