Searched refs:pointerForId (Results 1 – 2 of 2) sorted by relevance
124 const Pointer& pointer = pointerForId(id); in getCentroidOfTouchingPointers()1615 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()1629 mCurrentRawState.rawPointerData.pointerForId(id); in cookAndDispatch()1824 mCurrentRawState.rawPointerData.pointerForId(id); in consumeRawTouches()2696 mCurrentRawState.rawPointerData.pointerForId(id); in preparePointerGestures()2834 mCurrentRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()2836 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()2970 mLastRawState.rawPointerData.pointerForId(activeTouchId); in preparePointerGestures()3141 mCurrentRawState.rawPointerData.pointerForId(id1); in preparePointerGestures()3143 mCurrentRawState.rawPointerData.pointerForId(id2); in preparePointerGestures()[all …]
96 inline const Pointer& pointerForId(uint32_t id) const { return pointers[idToIndex[id]]; } in pointerForId() function