Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java6596 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local
6597 if (topFocusedDisplayContent.mCurrentFocus != null) { in dumpDebugLocked()
6598 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in dumpDebugLocked()
6600 if (topFocusedDisplayContent.mFocusedApp != null) { in dumpDebugLocked()
6601 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in dumpDebugLocked()
6608 proto.write(FOCUSED_DISPLAY_ID, topFocusedDisplayContent.getDisplayId()); in dumpDebugLocked()