Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6897 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local
6898 if (topFocusedDisplayContent.mCurrentFocus != null) { in dumpDebugLocked()
6899 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in dumpDebugLocked()
6901 if (topFocusedDisplayContent.mFocusedApp != null) { in dumpDebugLocked()
6902 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in dumpDebugLocked()
6909 proto.write(FOCUSED_DISPLAY_ID, topFocusedDisplayContent.getDisplayId()); in dumpDebugLocked()