Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h482 virtual bool canReceiveInput() const;
H A DLayer.cpp2424 info.visible = hasInputInfo() ? canReceiveInput() : isVisible(); in fillInputInfo()
2474 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1712 private boolean canReceiveInput(WindowState win) {
1738 if ((win == mStatusBar && !canReceiveInput(win)) && !INSETS_LAYOUT_GENERALIZATION) {
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4482 const bool canReceiveInput = !info->flags.test(WindowInfo::Flag::NOT_TOUCHABLE) || in updateWindowHandlesForDisplayLocked() local
4484 if (canReceiveInput && !noInputChannel) { in updateWindowHandlesForDisplayLocked()
/aosp12/frameworks/base/services/
H A Dart-profile46031 HPLcom/android/server/wm/DisplayPolicy;->canReceiveInput(Lcom/android/server/wm/WindowState;)Z+]Lco…