Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h587 std::string dumpWindowForTouchOcclusion(const android::gui::WindowInfo* info,
DInputDispatcher.cpp3158 dumpWindowForTouchOcclusion(otherInfo, /*isTouchedWindow=*/false)); in computeTouchOcclusionInfoLocked()
3186 info.debugInfo.push_back(dumpWindowForTouchOcclusion(windowInfo, /*isTouchedWindow=*/true)); in computeTouchOcclusionInfoLocked()
3191 std::string InputDispatcher::dumpWindowForTouchOcclusion(const WindowInfo* info, in dumpWindowForTouchOcclusion() function in android::inputdispatcher::InputDispatcher