Searched refs:removeTouchingPointer (Results 1 – 5 of 5) sorted by relevance
41 void TouchState::removeTouchingPointer(DeviceId deviceId, int32_t pointerId) { in removeTouchingPointer() function in android::inputdispatcher::TouchState43 touchedWindow.removeTouchingPointer(deviceId, pointerId); in removeTouchingPointer()53 touchedWindow.removeTouchingPointer(deviceId, pointerId); in removeTouchingPointerFromWindow()
43 void removeTouchingPointer(DeviceId deviceId, int32_t pointerId);
51 void removeTouchingPointer(DeviceId deviceId, int32_t pointerId);
143 void TouchedWindow::removeTouchingPointer(DeviceId deviceId, int32_t pointerId) { in removeTouchingPointer() function in android::inputdispatcher::TouchedWindow
2823 tempTouchState.removeTouchingPointer(entry.deviceId, entry.pointerProperties[0].id); in findTouchedWindowTargetsLocked()2831 tempTouchState.removeTouchingPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()