Searched refs:canReceiveInput (Results 1 – 5 of 5) sorted by relevance
482 virtual bool canReceiveInput() const;
2424 info.visible = hasInputInfo() ? canReceiveInput() : isVisible(); in fillInputInfo()2474 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
1712 private boolean canReceiveInput(WindowState win) {1738 if ((win == mStatusBar && !canReceiveInput(win)) && !INSETS_LAYOUT_GENERALIZATION) {
4482 const bool canReceiveInput = !info->flags.test(WindowInfo::Flag::NOT_TOUCHABLE) || in updateWindowHandlesForDisplayLocked() local4484 if (canReceiveInput && !noInputChannel) { in updateWindowHandlesForDisplayLocked()
46031 HPLcom/android/server/wm/DisplayPolicy;->canReceiveInput(Lcom/android/server/wm/WindowState;)Z+]Lco…