Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3090 static bool canBeObscuredBy(const sp<WindowInfoHandle>& windowHandle, in canBeObscuredBy() function
3153 if (canBeObscuredBy(windowHandle, otherHandle) && in computeTouchOcclusionInfoLocked()
3232 if (canBeObscuredBy(windowHandle, otherHandle) && in isWindowObscuredAtPointLocked()
3249 if (canBeObscuredBy(windowHandle, otherHandle) && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()