Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java506 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()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1667 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked() local
1668 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() local
1689 if (otherInfo->displayId == displayId in isWindowObscuredLocked()
1690 && otherInfo->visible && !otherInfo->isTrustedOverlay() in isWindowObscuredLocked()
1691 && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()