Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h383 bool canWindowReceiveMotionLocked(const sp<android::gui::WindowInfoHandle>& window,
DInputDispatcher.cpp2508 if (!canWindowReceiveMotionLocked(windowHandle, entry)) { in findTouchedWindowTargetsLocked()
2644 !canWindowReceiveMotionLocked(newTouchedWindowHandle, entry)) { in findTouchedWindowTargetsLocked()
5221 bool InputDispatcher::canWindowReceiveMotionLocked(const sp<WindowInfoHandle>& window, in canWindowReceiveMotionLocked() function in android::inputdispatcher::InputDispatcher