Home
last modified time | relevance | path

Searched defs:canReceiveInput (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DContainerLayer.cpp38 bool ContainerLayer::canReceiveInput() const { in canReceiveInput() function in android::ContainerLayer
DLayer.cpp2104 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
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3196 const bool canReceiveInput = in setInputWindows() local