Searched refs:findTouchedWindowAtLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 170 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y,
|
D | InputDispatcher.cpp | 466 findTouchedWindowAtLocked(displayId, x, y); in enqueueInboundEventLocked() 491 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId, int32_t x, in findTouchedWindowAtLocked() function in android::inputdispatcher::InputDispatcher 514 return findTouchedWindowAtLocked(portalToDisplayId, x, y, in findTouchedWindowAtLocked() 1321 findTouchedWindowAtLocked(displayId, x, y, isDown /*addOutsideTargets*/, in findTouchedWindowTargetsLocked() 1405 findTouchedWindowAtLocked(displayId, x, y); in findTouchedWindowTargetsLocked()
|