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