Searched defs:canReceiveInput (Results 1 – 2 of 2) sorted by relevance
2474 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
4482 const bool canReceiveInput = !info->flags.test(WindowInfo::Flag::NOT_TOUCHABLE) || in updateWindowHandlesForDisplayLocked() local