Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp2374 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4441 const bool canReceiveInput = !info->flags.test(InputWindowInfo::Flag::NOT_TOUCHABLE) || in updateWindowHandlesForDisplayLocked() local