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

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

Completed in 63 milliseconds