Searched refs:frameContainsPoint (Results 1 – 3 of 3) sorted by relevance
205 bool frameContainsPoint(int32_t x, int32_t y) const;
40 bool InputWindowInfo::frameContainsPoint(int32_t x, int32_t y) const { in frameContainsPoint() function in android::InputWindowInfo
2572 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->frameContainsPoint(x, y) && in computeTouchOcclusionInfoLocked()2654 otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()