Searched refs:topFocusedDisplayContent (Results 1 – 1 of 1) sorted by relevance
5954 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in writeToProtoLocked() local5955 if (topFocusedDisplayContent.mCurrentFocus != null) { in writeToProtoLocked()5956 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in writeToProtoLocked()5958 if (topFocusedDisplayContent.mFocusedApp != null) { in writeToProtoLocked()5959 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in writeToProtoLocked()