Searched refs:otherInfo (Results 1 – 2 of 2) sorted by relevance
506 for (ApplicationInfo otherInfo : mApplications) { in removePackage()507 if (!otherInfo.enabled) { in removePackage()515 for (ApplicationInfo otherInfo : mApplications) { in removePackage()516 if (AppUtils.isInstant(otherInfo)) { in removePackage()
1667 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked() local1668 if (otherInfo->displayId == displayId in isWindowObscuredAtPointLocked()1669 && otherInfo->visible && !otherInfo->isTrustedOverlay() in isWindowObscuredAtPointLocked()1670 && otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()1688 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked() local1689 if (otherInfo->displayId == displayId in isWindowObscuredLocked()1690 && otherInfo->visible && !otherInfo->isTrustedOverlay() in isWindowObscuredLocked()1691 && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()