Searched refs:removeTouchingPointers (Results 1 – 3 of 3) sorted by relevance
52 void removeTouchingPointers(DeviceId deviceId, std::bitset<MAX_POINTER_ID + 1> pointers);
143 w.removeTouchingPointers(deviceId, pointerIds); in cancelPointersForWindowsExcept()177 w.removeTouchingPointers(deviceId, pilferedByOtherWindows); in cancelPointersForNonPilferingWindows()
147 removeTouchingPointers(deviceId, pointerIds); in removeTouchingPointer()150 void TouchedWindow::removeTouchingPointers(DeviceId deviceId, in removeTouchingPointers() function in android::inputdispatcher::TouchedWindow