Searched refs:topFocusedDisplayContent (Results 1 – 1 of 1) sorted by relevance
5979 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in writeToProtoLocked() local5980 if (topFocusedDisplayContent.mCurrentFocus != null) { in writeToProtoLocked()5981 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in writeToProtoLocked()5983 if (topFocusedDisplayContent.mFocusedApp != null) { in writeToProtoLocked()5984 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in writeToProtoLocked()