Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1713 final DisplayContent topFocusedDisplayContent = in computeChangedWindows() local
1715 topFocusedDisplayId = isEmbeddedDisplay(topFocusedDisplayContent) ? mDisplayId in computeChangedWindows()
1716 : topFocusedDisplayContent.getDisplayId(); in computeChangedWindows()
DWindowManagerService.java6186 final DisplayContent topFocusedDisplayContent = mRoot.getTopFocusedDisplayContent(); in dumpDebugLocked() local
6187 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()