Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:otherInfo

1610         const InputWindowInfo* otherInfo = otherHandle->getInfo();
1611 if (otherInfo->displayId == displayId
1612 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1613 && otherInfo->frameContainsPoint(x, y)) {