Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputWindow.h205 bool frameContainsPoint(int32_t x, int32_t y) const;
/frameworks/native/libs/input/
DInputWindow.cpp40 bool InputWindowInfo::frameContainsPoint(int32_t x, int32_t y) const { in frameContainsPoint() function in android::InputWindowInfo
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2572 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->frameContainsPoint(x, y) && in computeTouchOcclusionInfoLocked()
2654 otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()