Searched defs:otherInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1632 const InputWindowInfo* otherInfo = otherHandle->getInfo(); local
1633 if (otherInfo->displayId == displayId
1634 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1635 && otherInfo->frameContainsPoint(x, y)) {
1653 const InputWindowInfo* otherInfo = otherHandle->getInfo(); local
1654 if (otherInfo->displayId == displayId
1655 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1656 && otherInfo
[all...]

Completed in 29 milliseconds