Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h540 std::string dumpWindowForTouchOcclusion(const android::gui::WindowInfo* info,
H A DInputDispatcher.cpp2622 dumpWindowForTouchOcclusion(otherInfo, /* isTouchedWindow */ false)); in computeTouchOcclusionInfoLocked()
2651 dumpWindowForTouchOcclusion(windowInfo, /* isTouchedWindow */ true)); in computeTouchOcclusionInfoLocked()
2656 std::string InputDispatcher::dumpWindowForTouchOcclusion(const WindowInfo* info, in dumpWindowForTouchOcclusion() function in android::inputdispatcher::InputDispatcher