Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:otherInfo

1631         const InputWindowInfo* otherInfo = otherHandle->getInfo();
1632 if (otherInfo->displayId == displayId
1633 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1634 && otherInfo->frameContainsPoint(x, y)) {
1652 const InputWindowInfo* otherInfo = otherHandle->getInfo();
1653 if (otherInfo->displayId == displayId
1654 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1655 && otherInfo->overlaps(windowInfo)) {