Searched refs:canReceiveInput (Results 1 – 7 of 7) sorted by relevance
38 bool ContainerLayer::canReceiveInput() const { in canReceiveInput() function in android::ContainerLayer
34 bool canReceiveInput() const override;
416 virtual bool canReceiveInput() const;
2080 info.visible = canReceiveInput(); in fillInputInfo()2104 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
1826 private boolean canReceiveInput(WindowState win) { in canReceiveInput() method1850 if ((win == mStatusBar && !canReceiveInput(win)) || win == mNavigationBar in layoutWindowLw()1902 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()
3196 const bool canReceiveInput = in setInputWindows() local3199 if (canReceiveInput && !noInputChannel) { in setInputWindows()
16018 HSPLcom/android/server/wm/DisplayPolicy;->canReceiveInput(Lcom/android/server/wm/WindowState;)Z