Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h415 virtual bool canReceiveInput() const;
DLayer.cpp2084 info.visible = canReceiveInput(); in fillInputInfo()
2108 bool Layer::canReceiveInput() const { in canReceiveInput() function in android::Layer
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1834 private boolean canReceiveInput(WindowState win) { in canReceiveInput() method
1858 if ((win == mStatusBar && !canReceiveInput(win)) || win == mNavigationBar in layoutWindowLw()
1910 if (mStatusBar != null && mFocusedWindow == mStatusBar && canReceiveInput(mStatusBar)) { in layoutWindowLw()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3193 const bool canReceiveInput = in setInputWindows() local
3196 if (canReceiveInput && !noInputChannel) { in setInputWindows()
/frameworks/base/services/
Dart-profile16018 HSPLcom/android/server/wm/DisplayPolicy;->canReceiveInput(Lcom/android/server/wm/WindowState;)Z