Searched refs:isWindowObscuredAtPointLocked (Results 1 – 2 of 2) sorted by relevance
417 bool isWindowObscuredAtPointLocked(const sp<InputWindowHandle>& windowHandle, int32_t x,
1714 if (isWindowObscuredAtPointLocked(newTouchedWindowHandle, x, y)) { in findTouchedWindowTargetsLocked()1783 if (isWindowObscuredAtPointLocked(newTouchedWindowHandle, x, y)) { in findTouchedWindowTargetsLocked()2103 bool InputDispatcher::isWindowObscuredAtPointLocked(const sp<InputWindowHandle>& windowHandle, in isWindowObscuredAtPointLocked() function in android::inputdispatcher::InputDispatcher