Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3963 final DisplayContent appDisplay = newFocus.getDisplayContent(); in setFocusedApp() local
3964 if (appDisplay != this) { in setFocusedApp()
3966 + " but " + ((appDisplay != null) ? appDisplay.getName() : "none")); in setFocusedApp()