Home
last modified time | relevance | path

Searched refs:hasTouchingPointer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h45 bool hasTouchingPointer(DeviceId deviceId, int32_t pointerId) const;
DTouchedWindow.cpp125 bool TouchedWindow::hasTouchingPointer(DeviceId deviceId, int32_t pointerId) const { in hasTouchingPointer() function in android::inputdispatcher::TouchedWindow
DInputDispatcher.cpp2582 if (touchedWindow.hasTouchingPointer(entry.deviceId, pointer.id) && in findTouchedWindowTargetsLocked()
7227 (window.hasTouchingPointer(deviceId, pointerId) || in isPointerInWindow()