Searched refs:topFocusedDisplayContent (Results 1 – 1 of 1) sorted by relevance
6897 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local6898 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()