Home
last modified time | relevance | path

Searched refs:findTouchedWindowAtLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.h895 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y);
DInputDispatcher.cpp451 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y); in enqueueInboundEventLocked()
476 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId, in findTouchedWindowAtLocked() function in android::InputDispatcher
1308 findTouchedWindowAtLocked(displayId, x, y); in findTouchedWindowTargetsLocked()