Home
last modified time | relevance | path

Searched refs:windowsAreFocusable (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2580 …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()
H A DActivityRecord.java3313 boolean windowsAreFocusable() { in windowsAreFocusable() method in ActivityRecord
3314 return windowsAreFocusable(false /* fromUserTouch */); in windowsAreFocusable()
3320 boolean windowsAreFocusable(boolean fromUserTouch) { in windowsAreFocusable() method in ActivityRecord
H A DDisplayContent.java864 if (!focusedApp.windowsAreFocusable()) {
/aosp14/frameworks/base/services/
H A Dart-profile10572 HSPLcom/android/server/wm/ActivityRecord;->windowsAreFocusable()Z
10573 HSPLcom/android/server/wm/ActivityRecord;->windowsAreFocusable(Z)Z+]Lcom/android/server/wm/WindowCo…