Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h210 bool frameContainsPoint(int32_t x, int32_t y) const;
/aosp12/frameworks/native/libs/gui/
H A DWindowInfo.cpp38 bool WindowInfo::frameContainsPoint(int32_t x, int32_t y) const { in frameContainsPoint() function in android::gui::WindowInfo
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp2618 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->frameContainsPoint(x, y) && in computeTouchOcclusionInfoLocked()
2700 otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()