Home
last modified time | relevance | path

Searched refs:removeTouchingPointer (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.cpp41 void TouchState::removeTouchingPointer(DeviceId deviceId, int32_t pointerId) { in removeTouchingPointer() function in android::inputdispatcher::TouchState
43 touchedWindow.removeTouchingPointer(deviceId, pointerId); in removeTouchingPointer()
53 touchedWindow.removeTouchingPointer(deviceId, pointerId); in removeTouchingPointerFromWindow()
DTouchState.h43 void removeTouchingPointer(DeviceId deviceId, int32_t pointerId);
DTouchedWindow.h51 void removeTouchingPointer(DeviceId deviceId, int32_t pointerId);
DTouchedWindow.cpp143 void TouchedWindow::removeTouchingPointer(DeviceId deviceId, int32_t pointerId) { in removeTouchingPointer() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2823 tempTouchState.removeTouchingPointer(entry.deviceId, entry.pointerProperties[0].id); in findTouchedWindowTargetsLocked()
2831 tempTouchState.removeTouchingPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()