Searched refs:windowsAreFocusable (Results 1 – 3 of 3) sorted by relevance
2093 final boolean windowsAreFocusable = mAppToken == null || mAppToken.windowsAreFocusable(); in canBeImeTarget()2094 if (!windowsAreFocusable) { in canBeImeTarget()2493 && (mAppToken == null || mAppToken.windowsAreFocusable()) in canReceiveKeys()
578 boolean windowsAreFocusable() { in windowsAreFocusable() method in AppWindowToken
500 if (!focusedApp.windowsAreFocusable()) {