Home
last modified time | relevance | path

Searched refs:topFocusedDisplayContent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1793 final DisplayContent topFocusedDisplayContent = in computeChangedWindows() local
1795 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()
1796 : topFocusedDisplayContent.getDisplayId(); in computeChangedWindows()
H A DWindowManagerService.java6354 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local
6355 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()