Searched refs:topFocusedDisplayContent (Results 1 – 2 of 2) sorted by relevance
1713 final DisplayContent topFocusedDisplayContent = in computeChangedWindows() local1715 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()1716 : topFocusedDisplayContent.getDisplayId(); in computeChangedWindows()
6186 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local6187 if (topFocusedDisplayContent.mCurrentFocus != null) { in dumpDebugLocked()6188 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in dumpDebugLocked()6190 if (topFocusedDisplayContent.mFocusedApp != null) { in dumpDebugLocked()6191 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in dumpDebugLocked()6199 proto.write(FOCUSED_DISPLAY_ID, topFocusedDisplayContent.getDisplayId()); in dumpDebugLocked()