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