Home
last modified time | relevance | path

Searched defs:canReceiveInput (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2474 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4482 const bool canReceiveInput = !info->flags.test(WindowInfo::Flag::NOT_TOUCHABLE) || in updateWindowHandlesForDisplayLocked() local