Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h217 bool addOutsideTargets = false,
H A DInputDispatcher.cpp1007 bool addOutsideTargets, in findTouchedWindowAtLocked() argument
1010 if ((addPortalWindows || addOutsideTargets) && touchState == nullptr) { in findTouchedWindowAtLocked()
1037 addOutsideTargets, addPortalWindows); in findTouchedWindowAtLocked()
1044 if (addOutsideTargets && flags.test(WindowInfo::Flag::WATCH_OUTSIDE_TOUCH)) { in findTouchedWindowAtLocked()