Home
last modified time | relevance | path

Searched refs:canReceiveInput (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DContainerLayer.cpp38 bool ContainerLayer::canReceiveInput() const { in canReceiveInput() function in android::ContainerLayer
DContainerLayer.h34 bool canReceiveInput() const override;
DLayer.h416 virtual bool canReceiveInput() const;
DLayer.cpp2080 info.visible = canReceiveInput(); in fillInputInfo()
2104 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1826 private boolean canReceiveInput(WindowState win) { in canReceiveInput() method
1850 if ((win == mStatusBar && !canReceiveInput(win)) || win == mNavigationBar in layoutWindowLw()
1902 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3196 const bool canReceiveInput = in setInputWindows() local
3199 if (canReceiveInput && !noInputChannel) { in setInputWindows()
/frameworks/base/services/
Dart-profile16018 HSPLcom/android/server/wm/DisplayPolicy;->canReceiveInput(Lcom/android/server/wm/WindowState;)Z