Searched refs:topFocusedDisplayContent (Results 1 – 2 of 2) sorted by relevance
1793 final DisplayContent topFocusedDisplayContent = in computeChangedWindows() local1795 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()1796 : topFocusedDisplayContent.getDisplayId(); in computeChangedWindows()
6354 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local6355 if (topFocusedDisplayContent.mCurrentFocus != null) { in dumpDebugLocked()6356 topFocusedDisplayContent.mCurrentFocus.writeIdentifierToProto(proto, FOCUSED_WINDOW); in dumpDebugLocked()6358 if (topFocusedDisplayContent.mFocusedApp != null) { in dumpDebugLocked()6359 topFocusedDisplayContent.mFocusedApp.writeNameToProto(proto, FOCUSED_APP); in dumpDebugLocked()6367 proto.write(FOCUSED_DISPLAY_ID, topFocusedDisplayContent.getDisplayId()); in dumpDebugLocked()