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

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

Completed in 142 milliseconds