Searched refs:hasPointers (Results 1 – 2 of 2) sorted by relevance
67 if (!state.hasPointers()) { in clearHoveringPointers()164 if (!state.hasPointers()) { in removeTouchingPointers()261 if (!state.hasPointers()) { in removeAllTouchingPointersForDevice()277 if (!state.hasPointers()) { in removeHoveringPointer()291 if (!state.hasPointers()) { in removeAllHoveringPointersForDevice()
83 bool hasPointers() const { return !touchingPointers.empty() || !hoveringPointers.empty(); }; in hasPointers() function