Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputWindow.h174 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.cpp1759 !otherInfo->isTrustedOverlay() && otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()