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/
DWindowState.java2093 final boolean windowsAreFocusable = mAppToken == null || mAppToken.windowsAreFocusable(); in canBeImeTarget()
2094 if (!windowsAreFocusable) { in canBeImeTarget()
2493 && (mAppToken == null || mAppToken.windowsAreFocusable()) in canReceiveKeys()
DAppWindowToken.java578 boolean windowsAreFocusable() { in windowsAreFocusable() method in AppWindowToken
DDisplayContent.java500 if (!focusedApp.windowsAreFocusable()) {