Home
last modified time | relevance | path

Searched refs:windowsAreFocusable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java484 boolean windowsAreFocusable() { in windowsAreFocusable() method in AppWindowToken
DDisplayContent.java456 if (!focusedApp.windowsAreFocusable()) {
DWindowState.java2341 && (mAppToken == null || mAppToken.windowsAreFocusable()) in canReceiveKeys()