Searched refs:hasPointerId (Results 1 – 3 of 3) sorted by relevance
164 bool hasPointerId(uint32_t id) const { return idBits.hasBit(id); } in hasPointerId() function200 if (!getHistory(0)->hasPointerId(id) || !getHistory(1)->hasPointerId(id)) { in recentCoordinatesAreIdentical()
32 bool hasPointerId(const std::vector<PointerProperties>& pointers, int32_t pointerId) { in hasPointerId() function78 return hasPointerId(state.hoveringPointers, pointerId); in hasHoveringPointer()131 return hasPointerId(state.touchingPointers, pointerId); in hasTouchingPointer()
669 if (oldLastResample.hasPointerId(id) && touchState.recentCoordinatesAreIdentical(id)) { in resampleTouchState()