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