Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h879 sp<InputWindowHandle> findTouchedWindowAtLocked(int32_t displayId, int32_t x, int32_t y);
DInputDispatcher.cpp446 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y); in enqueueInboundEventLocked()
471 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId, in findTouchedWindowAtLocked() function in android::InputDispatcher
1290 findTouchedWindowAtLocked(displayId, x, y); in findTouchedWindowTargetsLocked()