Searched refs:windowsAreFocusable (Results 1 – 4 of 4) sorted by relevance
2090 final boolean windowsAreFocusable = mAppToken == null || mAppToken.windowsAreFocusable(); in canBeImeTarget()2091 if (!windowsAreFocusable) { in canBeImeTarget()2563 && (mAppToken == null || mAppToken.windowsAreFocusable()) in canReceiveKeys()
826 boolean windowsAreFocusable() { in windowsAreFocusable() method in AppWindowToken
658 if (!focusedApp.windowsAreFocusable()) {
15679 HSPLcom/android/server/wm/AppWindowToken;->windowsAreFocusable()Z