Searched refs:windowsAreFocusable (Results 1 – 4 of 4) sorted by relevance
2580 …final boolean windowsAreFocusable = mActivityRecord == null || mActivityRecord.windowsAreFocusable… in canBeImeTarget()2581 if (!windowsAreFocusable) { in canBeImeTarget()2969 + (mActivityRecord == null || mActivityRecord.windowsAreFocusable(fromUserTouch)) in canReceiveKeysReason()2986 && (mActivityRecord == null || mActivityRecord.windowsAreFocusable(fromUserTouch)) in canReceiveKeys()
3313 boolean windowsAreFocusable() { in windowsAreFocusable() method in ActivityRecord3314 return windowsAreFocusable(false /* fromUserTouch */); in windowsAreFocusable()3320 boolean windowsAreFocusable(boolean fromUserTouch) { in windowsAreFocusable() method in ActivityRecord
864 if (!focusedApp.windowsAreFocusable()) {
10572 HSPLcom/android/server/wm/ActivityRecord;->windowsAreFocusable()Z10573 HSPLcom/android/server/wm/ActivityRecord;->windowsAreFocusable(Z)Z+]Lcom/android/server/wm/WindowCo…