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