Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputWindow.h181 bool isTrustedOverlay() const;
/frameworks/native/libs/input/
DInputWindow.cpp45 bool InputWindowInfo::isTrustedOverlay() const { in isTrustedOverlay() function in android::InputWindowInfo
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1759 !otherInfo->isTrustedOverlay() && otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()
1777 !otherInfo->isTrustedOverlay() && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()