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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1624 const InputWindowInfo* otherInfo = otherHandle->getInfo(); local
1625 if (otherInfo->displayId == displayId
1626 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1627 && otherInfo->frameContainsPoint(x, y)) {

Completed in 730 milliseconds