Lines Matching refs:otherHandle

3091                             const sp<WindowInfoHandle>& otherHandle) {  in canBeObscuredBy()  argument
3093 if (haveSameToken(windowHandle, otherHandle)) { in canBeObscuredBy()
3097 auto otherInfo = otherHandle->getInfo(); in canBeObscuredBy()
3148 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in computeTouchOcclusionInfoLocked() local
3149 if (windowHandle == otherHandle) { in computeTouchOcclusionInfoLocked()
3152 const WindowInfo* otherInfo = otherHandle->getInfo(); in computeTouchOcclusionInfoLocked()
3153 if (canBeObscuredBy(windowHandle, otherHandle) && in computeTouchOcclusionInfoLocked()
3227 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in isWindowObscuredAtPointLocked() local
3228 if (windowHandle == otherHandle) { in isWindowObscuredAtPointLocked()
3231 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked()
3232 if (canBeObscuredBy(windowHandle, otherHandle) && in isWindowObscuredAtPointLocked()
3244 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in isWindowObscuredLocked() local
3245 if (windowHandle == otherHandle) { in isWindowObscuredLocked()
3248 const WindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked()
3249 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()
7193 for (const sp<WindowInfoHandle>& otherHandle : windowHandles) { in findWallpaperWindowBelow() local
7194 if (!foundWindow && otherHandle != windowHandle) { in findWallpaperWindowBelow()
7197 if (windowHandle == otherHandle) { in findWallpaperWindowBelow()
7202 if (otherHandle->getInfo()->inputConfig.test(WindowInfo::InputConfig::IS_WALLPAPER)) { in findWallpaperWindowBelow()
7203 return otherHandle; in findWallpaperWindowBelow()