Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:otherInfo

1635         const InputWindowInfo* otherInfo = otherHandle->getInfo();
1636 if (otherInfo->displayId == displayId
1637 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1638 && otherInfo->frameContainsPoint(x, y)) {