Searched refs:frameContainsPoint (Results 1 – 3 of 3) sorted by relevance
210 bool frameContainsPoint(int32_t x, int32_t y) const;
38 bool WindowInfo::frameContainsPoint(int32_t x, int32_t y) const { in frameContainsPoint() function in android::gui::WindowInfo
2618 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->frameContainsPoint(x, y) && in computeTouchOcclusionInfoLocked()2700 otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()