Home
last modified time | relevance | path

Searched refs:addTouchingPointers (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h49 android::base::Result<void> addTouchingPointers(DeviceId deviceId,
DTouchState.cpp95 touchedWindow.addTouchingPointers(deviceId, touchingPointers); in addOrUpdateWindow()
106 touchedWindow.addTouchingPointers(deviceId, touchingPointers); in addOrUpdateWindow()
DTouchedWindow.cpp93 Result<void> TouchedWindow::addTouchingPointers(DeviceId deviceId, in addTouchingPointers() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2708 touchedWindow.addTouchingPointers(entry.deviceId, touchingPointers); in findTouchedWindowTargetsLocked()