Searched refs:isWindowObscuredAtPointLocked (Results 1 – 2 of 2) sorted by relevance
1054 bool isWindowObscuredAtPointLocked(const sp<InputWindowHandle>& windowHandle,
1303 if (isWindowObscuredAtPointLocked(newTouchedWindowHandle, x, y)) { in findTouchedWindowTargetsLocked()1368 if (isWindowObscuredAtPointLocked(newTouchedWindowHandle, x, y)) { in findTouchedWindowTargetsLocked()1657 bool InputDispatcher::isWindowObscuredAtPointLocked( in isWindowObscuredAtPointLocked() function in android::InputDispatcher