Home
last modified time | relevance | path

Searched refs:hasPointers (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.cpp67 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()
DTouchedWindow.h83 bool hasPointers() const { return !touchingPointers.empty() || !hoveringPointers.empty(); }; in hasPointers() function