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

/frameworks/base/services/input/
H A DInputDispatcher.cpp1652 const InputWindowInfo* otherInfo = otherHandle->getInfo(); local
1653 if (otherInfo->displayId == displayId
1654 && otherInfo->visible && !otherInfo->isTrustedOverlay()
1655 && otherInfo->frameContainsPoint(x, y)) {

Completed in 1027 milliseconds